dune-pdelab  2.0.0
Public Member Functions | List of all members
Dune::PDELab::DirichletConstraintsParameters Struct Reference

#include <dune/pdelab/constraints/common/constraintsparameters.hh>

Inheritance diagram for Dune::PDELab::DirichletConstraintsParameters:
Inheritance graph

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)
 

Detailed Description

Interface for the constraints parameters describing Dirichlet constraints.

Note
This class not only describes the required interface of the parameter class, but can also be used as a convenient standard implementation that will add Dirichlet constraints to all locations it is queried about.

The documentation for this struct was generated from the following file: