dune-pdelab  2.0.0
Public Member Functions | List of all members
Dune::PDELab::StokesVelocityDirichletConstraints< PRM > Class Template Reference

#include <dune/pdelab/localoperator/stokesparameter.hh>

Inheritance diagram for Dune::PDELab::StokesVelocityDirichletConstraints< PRM >:
Inheritance graph

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)
 

Detailed Description

template<typename PRM>
class Dune::PDELab::StokesVelocityDirichletConstraints< PRM >

Stokes velocity boundary constraints function

Constructor & Destructor Documentation

template<typename PRM >
Dune::PDELab::StokesVelocityDirichletConstraints< PRM >::StokesVelocityDirichletConstraints ( const PRM &  _prm)
inline

Constructor.

Member Function Documentation

template<typename PRM >
template<typename I >
bool Dune::PDELab::StokesVelocityDirichletConstraints< PRM >::isDirichlet ( const I &  intersection,
const Dune::FieldVector< typename I::ctype, I::dimension-1 > &  coord 
) const
inline

Predicate identifying Dirichlet boundaries for velocity.

References Dune::PDELab::StokesBoundaryCondition::VelocityDirichlet.


The documentation for this class was generated from the following file: