dune-pdelab
2.7-git
|
#include <dune/pdelab/constraints/common/constraintsparameters.hh>
Public Member Functions | |
template<typename I > | |
bool | isDirichlet (const I &intersection, const FieldVector< typename I::ctype, I::mydimension > &coord) const |
template<typename I > | |
bool | isNeumann (const I &intersection, const FieldVector< typename I::ctype, I::mydimension > &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. |
|
inline |
|
inline |
Forwards to the underlying DirichletConstraintsParameters implementation.
|
inline |
Returns the opposite of isDirichlet().
|
inline |
Forwards the new time to the underlying DirichletConstraintsParameters object.