dune-fem 2.8.0
|
#include <dune/fem/schemes/dirichletconstraints.hh>
Public Types | |
typedef DiscreteFunctionSpaceType::EntityType | EntityType |
typedef DiscreteFunctionSpaceType::FunctionSpaceType | FunctionSpaceType |
typedef DiscreteFunctionSpaceType::DomainType | DomainType |
typedef DiscreteFunctionSpace::RangeType | RangeType |
typedef DiscreteFunctionSpace::JacobianRangeType | JacobianRangeType |
typedef DiscreteFunctionSpace::HessianRangeType | HessianRangeType |
Public Member Functions | |
BoundaryWrapper (const ModelType &impl, const EntityType &entity, const int order, int bndId) | |
const EntityType & | entity () const |
const int | order () const |
template<class Point > | |
void | evaluate (const Point &x, RangeType &ret) const |
template<class Point > | |
void | jacobian (const Point &x, JacobianRangeType &ret) const |
Static Public Attributes | |
static const int | dimRange = RangeType::dimension |
typedef DiscreteFunctionSpaceType::DomainType Dune::DirichletConstraints< Model, DiscreteFunctionSpace >::BoundaryWrapper::DomainType |
typedef DiscreteFunctionSpaceType::EntityType Dune::DirichletConstraints< Model, DiscreteFunctionSpace >::BoundaryWrapper::EntityType |
typedef DiscreteFunctionSpaceType::FunctionSpaceType Dune::DirichletConstraints< Model, DiscreteFunctionSpace >::BoundaryWrapper::FunctionSpaceType |
typedef DiscreteFunctionSpace::HessianRangeType Dune::DirichletConstraints< Model, DiscreteFunctionSpace >::BoundaryWrapper::HessianRangeType |
typedef DiscreteFunctionSpace::JacobianRangeType Dune::DirichletConstraints< Model, DiscreteFunctionSpace >::BoundaryWrapper::JacobianRangeType |
typedef DiscreteFunctionSpace::RangeType Dune::DirichletConstraints< Model, DiscreteFunctionSpace >::BoundaryWrapper::RangeType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |