dune-pdelab
2.4-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::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) |
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.
FluxConstraintsParameters | The type of the underlying Neumann constraints parameters implementation. |
|
inline |
|
inline |
Returns the opposite of isNeumann().
References Dune::PDELab::FluxConstraintsParameters::isNeumann().
|
inline |
Forwards to the underlying FluxConstraintsParameters implementation
References Dune::PDELab::FluxConstraintsParameters::isNeumann().
|
inline |
Forwards the new time to the underlying FluxConstraintsParameters object.
References Dune::PDELab::FluxConstraintsParameters::setTime().