3 #ifndef DUNE_PDELAB_CONSTRAINTS_NOCONSTRAINTS_HH
4 #define DUNE_PDELAB_CONSTRAINTS_NOCONSTRAINTS_HH
25 template<
typename F,
typename I,
typename LFS,
typename T>
30 template<
typename I,
typename LFS,
typename T>
35 template<
typename I,
typename LFS,
typename T>
40 template<
typename E,
typename LFS,
typename T>
50 #endif // DUNE_PDELAB_CONSTRAINTS_NOCONSTRAINTS_HH
Definition: noconstraints.hh:19
Definition: noconstraints.hh:16
void processor(const IntersectionGeometry< I > &ig, const LFS &lfs, T &trafo) const
Definition: noconstraints.hh:31
void volume(const ElementGeometry< E > &eg, const LFS &lfs, T &trafo) const
Definition: noconstraints.hh:41
void skeleton(const IntersectionGeometry< I > &ig, const LFS &lfs, T &trafo) const
Definition: noconstraints.hh:36
const IG & ig
Definition: common/constraints.hh:146
Definition: noconstraints.hh:21
const F & f
Definition: common/constraints.hh:145
const EG & eg
Definition: common/constraints.hh:277
Definition: noconstraints.hh:22
void boundary(const F &f, const IntersectionGeometry< I > &ig, const LFS &lfs, T &trafo) const
Definition: noconstraints.hh:26
Definition: noconstraints.hh:20
Wrap intersection.
Definition: geometrywrapper.hh:56
Wrap element.
Definition: geometrywrapper.hh:15