3 #ifndef DUNE_PDELAB_CONSTRAINTS_NOCONSTRAINTS_HH
4 #define DUNE_PDELAB_CONSTRAINTS_NOCONSTRAINTS_HH
8 #include <dune/typetree/typetree.hh>
19 :
public TypeTree::LeafNode
28 template<
typename F,
typename I,
typename LFS,
typename T>
33 template<
typename I,
typename LFS,
typename T>
38 template<
typename I,
typename LFS,
typename T>
43 template<
typename E,
typename LFS,
typename T>
const IG & ig
Definition: constraints.hh:149
void processor(const IntersectionGeometry< I > &ig, const LFS &lfs, T &trafo) const
Definition: noconstraints.hh:34
void boundary(const F &f, const IntersectionGeometry< I > &ig, const LFS &lfs, T &trafo) const
Definition: noconstraints.hh:29
void skeleton(const IntersectionGeometry< I > &ig, const LFS &lfs, T &trafo) const
Definition: noconstraints.hh:39
void volume(const ElementGeometry< E > &eg, const LFS &lfs, T &trafo) const
Definition: noconstraints.hh:44
@ doSkeleton
Definition: noconstraints.hh:24
@ doProcessor
Definition: noconstraints.hh:23
@ doVolume
Definition: noconstraints.hh:25
@ doBoundary
Definition: noconstraints.hh:22
For backward compatibility – Do not use this!
Definition: adaptivity.hh:28
Wrap element.
Definition: geometrywrapper.hh:16
Wrap intersection.
Definition: geometrywrapper.hh:57
Definition: noconstraints.hh:20