3#ifndef DUNE_PDELAB_CONSTRAINTS_NOCONSTRAINTS_HH
4#define DUNE_PDELAB_CONSTRAINTS_NOCONSTRAINTS_HH
6#include <dune/pdelab/common/geometrywrapper.hh>
8#include <dune/typetree/typetree.hh>
19 :
public TypeTree::LeafNode
22 enum { doBoundary =
false };
23 enum { doProcessor =
false };
24 enum { doSkeleton =
false };
25 enum { doVolume =
false };
28 template<
typename F,
typename I,
typename LFS,
typename T>
29 void boundary (
const F& f,
const IntersectionGeometry<I>& ig,
const LFS& lfs, T& trafo)
const
33 template<
typename I,
typename LFS,
typename T>
34 void processor (
const IntersectionGeometry<I>& ig,
const LFS& lfs, T& trafo)
const
38 template<
typename I,
typename LFS,
typename T>
39 void skeleton (
const IntersectionGeometry<I>& ig,
const LFS& lfs, T& trafo)
const
43 template<
typename E,
typename LFS,
typename T>
44 void volume (
const ElementGeometry<E>& eg,
const LFS& lfs, T& trafo)
const
Dune namespace.
Definition: alignedallocator.hh:13