1#ifndef DUNE_FEM_SPACE_SHAPEFUNCTIONSET_SELECTCACHING_HH
2#define DUNE_FEM_SPACE_SHAPEFUNCTIONSET_SELECTCACHING_HH
25 template<
class ShapeFunctionSet,
class Storage >
28 template<
class ShapeFunctionSet >
43 template<
class ShapeFunctionSet >
58 template<
class ShapeFunctionSet >
68 static constexpr bool codegenShapeFunctionSet = true ;
Definition: bindguard.hh:11
Definition: caching.hh:33
Definition: selectcaching.hh:16
Definition: selectcaching.hh:18
Definition: selectcaching.hh:20
Definition: selectcaching.hh:26
ShapeFunctionSet ImplementationType
Definition: selectcaching.hh:35
SelectCachingShapeFunctionSet(const GeometryType &type, const ShapeFunctionSet &shapeFunctionSet=ShapeFunctionSet())
Definition: selectcaching.hh:37
ShapeFunctionSet ImplementationType
Definition: selectcaching.hh:50
SelectCachingShapeFunctionSet(const GeometryType &type, const ShapeFunctionSet &shapeFunctionSet=ShapeFunctionSet())
Definition: selectcaching.hh:52
SelectCachingShapeFunctionSet(const GeometryType &type, const ShapeFunctionSet &shapeFunctionSet=ShapeFunctionSet())
Definition: selectcaching.hh:70
ShapeFunctionSet ImplementationType
Definition: selectcaching.hh:65
Interface class for shape function sets.
Definition: shapefunctionset/shapefunctionset.hh:33