#include <dune/pdelab/constraints/common/constraintsparameters.hh>
|
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) |
|
Dirichlet constraints parameters convenience implementation that does not apply Dirichlet constraints anywhere.
- See also
- DirichletConstraintsParameters
◆ isDirichlet()
template<typename I >
bool Dune::PDELab::NoDirichletConstraintsParameters::isDirichlet |
( |
const I & |
intersection, |
|
|
const FieldVector< typename I::ctype, I::dimension-1 > & |
coord |
|
) |
| const |
|
inline |
Predicate implementation that will always return false.
◆ isNeumann()
template<typename I >
bool Dune::PDELab::NoDirichletConstraintsParameters::isNeumann |
( |
const I & |
intersection, |
|
|
const FieldVector< typename I::ctype, I::dimension-1 > & |
coord |
|
) |
| const |
|
inline |
Predicate implementation that will always return true.
◆ setTime()
template<typename T >
void Dune::PDELab::NoDirichletConstraintsParameters::setTime |
( |
const T & |
time | ) |
|
|
inline |
Sets the current time (only required for instationary problems).
- Note
- This method only needs to be implement for instationary problems.
The documentation for this struct was generated from the following file: