|
dune-pdelab
2.5-dev
|
#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.
. Do not try to use it for more advanced problems such as flow with flux, outflow and Dirichlet constraints!| 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.
1.8.17