|
dune-pdelab
2.0.0
|
#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.
|
inline |
Predicate identifying Dirichlet boundaries for velocity.
1.8.7