dune-pdelab
2.0.0
|
#include <dune/pdelab/constraints/common/constraintsparameters.hh>
Public Member Functions | |
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) |
Interface for the constraints parameters describing Dirichlet constraints.