dune-pdelab 2.8
Loading...
Searching...
No Matches
Dune::PDELab::PowerCompositeSetTimeVisitor< TT > Struct Template Reference

Visitor for Power- and CompositeGridFunctions calling the setTime() method on the leafs of the corresponding function trees. More...

#include <dune/pdelab/common/function.hh>

Inheritance diagram for Dune::PDELab::PowerCompositeSetTimeVisitor< TT >:
Inheritance graph

Public Member Functions

 PowerCompositeSetTimeVisitor (const TT time_)
 
template<typename LeafNode , typename TreePath >
void leaf (LeafNode &node, TreePath treePath) const
 
void pre (T &&t, TreePath treePath) const
 
void in (T &&t, TreePath treePath) const
 
void post (T &&t, TreePath treePath) const
 
void leaf (T &&t, TreePath treePath) const
 
void beforeChild (T &&t, Child &&child, TreePath treePath, ChildIndex childIndex) const
 
void afterChild (T &&t, Child &&child, TreePath treePath, ChildIndex childIndex) const
 

Public Attributes

TT time
 

Static Public Attributes

static const TreePathType::Type treePathType
 

Detailed Description

template<typename TT>
struct Dune::PDELab::PowerCompositeSetTimeVisitor< TT >

Visitor for Power- and CompositeGridFunctions calling the setTime() method on the leafs of the corresponding function trees.

Template Parameters
Scalartype representing time.

Constructor & Destructor Documentation

◆ PowerCompositeSetTimeVisitor()

template<typename TT >
Dune::PDELab::PowerCompositeSetTimeVisitor< TT >::PowerCompositeSetTimeVisitor ( const TT  time_)
inline

Member Function Documentation

◆ leaf()

template<typename TT >
template<typename LeafNode , typename TreePath >
void Dune::PDELab::PowerCompositeSetTimeVisitor< TT >::leaf ( LeafNode &  node,
TreePath  treePath 
) const
inline

Member Data Documentation

◆ time

template<typename TT >
TT Dune::PDELab::PowerCompositeSetTimeVisitor< TT >::time

The documentation for this struct was generated from the following file: