|
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) |
| DirichletFromFluxConstraintsAdapter (FluxConstraintsParameters &fluxConstraintsParameters) | |
Adapter class that deduces Dirichlet constraints from a model of FluxConstraintsParameters 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!| FluxConstraintsParameters | The type of the underlying Neumann constraints parameters implementation. |
|
inline |
|
inline |
Returns the opposite of isNeumann().
|
inline |
Forwards to the underlying FluxConstraintsParameters implementation
|
inline |
Forwards the new time to the underlying FluxConstraintsParameters object.
1.8.17