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) |
FluxFromDirichletConstraintsAdapter (DirichletConstraintsParameters &dirichletConstraintsParameters) | |
Adapter class that deduces Neumann constraints from a model of DirichletConstraintsParameters by applying the standard logic that every location on the boundary is either Neumann or Dirichlet constrained.
DirichletConstraintsParameters | The type of the underlying Dirichlet constraints parameters implementation. |