Go to the documentation of this file.
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>
53 #endif // DUNE_PDELAB_CONSTRAINTS_NOCONSTRAINTS_HH
@ doSkeleton
Definition: noconstraints.hh:24
Wrap intersection.
Definition: geometrywrapper.hh:56
@ doVolume
Definition: noconstraints.hh:25
@ doBoundary
Definition: noconstraints.hh:22
For backward compatibility – Do not use this!
Definition: adaptivity.hh:28
void volume(const ElementGeometry< E > &eg, const LFS &lfs, T &trafo) const
Definition: noconstraints.hh:44
void boundary(const F &f, const IntersectionGeometry< I > &ig, const LFS &lfs, T &trafo) const
Definition: noconstraints.hh:29
Definition: noconstraints.hh:18
void skeleton(const IntersectionGeometry< I > &ig, const LFS &lfs, T &trafo) const
Definition: noconstraints.hh:39
Wrap element.
Definition: geometrywrapper.hh:15
@ doProcessor
Definition: noconstraints.hh:23
const IG & ig
Definition: constraints.hh:149
void processor(const IntersectionGeometry< I > &ig, const LFS &lfs, T &trafo) const
Definition: noconstraints.hh:34