2 #ifndef DUNE_PDELAB_FUNCTION_LOCALFUNCTIONHELPER_HH 3 #define DUNE_PDELAB_FUNCTION_LOCALFUNCTIONHELPER_HH 6 #include <dune/typetree/visitor.hh> 14 template<
typename Entity>
16 :
public TypeTree::TreeVisitor,
public TypeTree::DynamicTraversal
19 template<
typename LeafNode,
typename TreePath>
20 void leaf(LeafNode& node, TreePath treePath)
const 28 :
public TypeTree::TreeVisitor,
public TypeTree::DynamicTraversal
30 template<
typename LeafNode,
typename TreePath>
31 void leaf(LeafNode& node, TreePath treePath)
const 39 :
public TypeTree::LeafNode
53 #endif // DUNE_PDELAB_FUNCTION_LOCALFUNCTIONHELPER_HH const Entity & e
Definition: localfunctionspace.hh:111
LocalFunctionLeafNodeWrapper(const F &f)
Definition: localfunctionhelper.hh:44
PowerCompositeBindVisitor(const Entity &e)
Definition: localfunctionhelper.hh:18
For backward compatibility – Do not use this!
Definition: adaptivity.hh:27
Definition: localfunctionhelper.hh:15
Definition: function/tags.hh:12
const Entity & e_
Definition: localfunctionhelper.hh:24
Definition: localfunctionhelper.hh:38
DifferentiableFunctionLocalViewTag ImplementationTag
Definition: localfunctionhelper.hh:43
Definition: localfunctionhelper.hh:27
void leaf(LeafNode &node, TreePath treePath) const
Definition: localfunctionhelper.hh:20
void leaf(LeafNode &node, TreePath treePath) const
Definition: localfunctionhelper.hh:31