dune-pdelab
2.4-dev
|
#include <dune/pdelab/constraints/common/constraintsparameters.hh>
Public Member Functions | |
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) |
Interface for the constraints parameters describing flux (Neumann) constraints.
|
inline |
Indicates whether the given position should be Neumann-constrained.
intersection | The grid intersection containing the queried location. |
coord | The position of the queried location in local coordinates of the intersection. |
Referenced by Dune::PDELab::DirichletFromFluxConstraintsAdapter< FluxConstraintsParameters >::isDirichlet(), and Dune::PDELab::DirichletFromFluxConstraintsAdapter< FluxConstraintsParameters >::isNeumann().
|
inline |
Sets the current time (only required for instationary problems).
Referenced by Dune::PDELab::DirichletFromFluxConstraintsAdapter< FluxConstraintsParameters >::setTime().