dune-pdelab 2.7-git
|
#include <dune/pdelab/localoperator/stokesparameter.hh>
Public Member Functions | |
StokesVelocityDirichletConstraints (const PRM &_prm) | |
Constructor. | |
template<typename I > | |
bool | isDirichlet (const I &intersection, const Dune::FieldVector< typename I::ctype, I::mydimension > &coord) const |
template<typename I > | |
bool | isDirichlet (const I &intersection, const FieldVector< typename I::ctype, I::mydimension > &coord) const |
template<typename I > | |
bool | isNeumann (const I &intersection, const FieldVector< typename I::ctype, I::mydimension > &coord) const |
template<typename T > | |
void | setTime (const T &time) |
Stokes velocity boundary constraints function
|
inline |
Constructor.
|
inline |
Predicate identifying Dirichlet boundaries for velocity.
|
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. |
|
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).