dune-pdelab  2.5-dev
Public Member Functions | Public Attributes | List of all members
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
 

Public Attributes

TT time
 

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: