dune-pdelab
2.0.0
|
#include <dune/pdelab/localoperator/stokesparameter.hh>
Public Member Functions | |
StokesVelocityDirichletConstraints (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 velocity boundary constraints function
|
inline |
Constructor.
|
inline |
Predicate identifying Dirichlet boundaries for velocity.
References Dune::PDELab::StokesBoundaryCondition::VelocityDirichlet.