dune-pdelab
2.4-dev
|
#include <dune/pdelab/localoperator/stokesparameter.hh>
Public Member Functions | |
StokesPressureDirichletConstraints (const PRM &_prm) | |
Constructor. More... | |
template<typename I > | |
bool | isDirichlet (const I &intersection, const Dune::FieldVector< typename I::ctype, I::dimension-1 > &coord) const |
template<typename I > | |
bool | isDirichlet (const I &intersection, const FieldVector< typename I::ctype, I::dimension-1 > &coord) const |
template<typename I > | |
bool | isNeumann (const I &intersection, const FieldVector< typename I::ctype, I::dimension-1 > &coord) const |
template<typename T > | |
void | setTime (const T &time) |
Stokes pressure boundary constraints function
|
inline |
Constructor.
|
inlineinherited |
Indicates whether the given position should be Dirichlet-constrained.
intersection | The grid intersection containing the queried location. |
coord | The position of the queried location in local coordinates of the intersection. |
Referenced by Dune::PDELab::FluxFromDirichletConstraintsAdapter< DirichletConstraintsParameters >::isDirichlet(), and Dune::PDELab::FluxFromDirichletConstraintsAdapter< DirichletConstraintsParameters >::isNeumann().
|
inline |
Predicate identifying Dirichlet boundaries for velocity.
|
inlineinherited |
Indicates whether the given position should be Neumann-constrained.
Most of the time, this method will be equivalent to !isDirichlet(...), but sometimes (in particular in multi-domain scenarios), both methods may return false.
intersection | The grid intersection containing the queried location. |
coord | The position of the queried location in local coordinates of the intersection. |
|
inlineinherited |
Sets the current time (only required for instationary problems).
Referenced by Dune::PDELab::FluxFromDirichletConstraintsAdapter< DirichletConstraintsParameters >::setTime().