dune-pdelab  2.5-dev
Classes | Functions
GridFunctionTree
Collaboration diagram for GridFunctionTree:

Classes

struct  Dune::PDELab::GridFunctionTag
 
class  Dune::PDELab::GridFunctionBase< T, Imp >
 leaf of a function tree More...
 
class  Dune::PDELab::BoundaryGridFunctionBase< T, Imp >
 leaf of a function tree More...
 
struct  Dune::PDELab::PowerCompositeSetTimeVisitor< TT >
 Visitor for Power- and CompositeGridFunctions calling the setTime() method on the leafs of the corresponding function trees. More...
 
struct  Dune::PDELab::PowerGridFunctionTag
 
class  Dune::PDELab::PowerGridFunction< T, k >
 product of identical functions More...
 
struct  Dune::PDELab::CompositeGridFunctionTag
 
class  Dune::PDELab::CompositeGridFunction< Children >
 composite functions More...
 
class  Dune::PDELab::GridFunctionBaseAdapter< Imp >
 Turn an ordinary GridFunction into a GridFunctionTree leaf. More...
 
struct  Dune::PDELab::AnalyticGridFunctionTraits< GV, RF, m >
 function signature for analytic functions on a grid More...
 
class  Dune::PDELab::AnalyticGridFunctionBase< T, Imp >
 an analytic grid function More...
 
class  Dune::PDELab::NormalFluxGridFunctionAdapter< T >
 
class  Dune::PDELab::PiolaBackwardAdapter< T >
 

Functions

template<typename GV , typename T >
void Dune::PDELab::vtkwriter_tree_addvertexdata (Dune::VTKWriter< GV > &w, const T &t, std::string s="data")
 add vertex data from a GridFunctionTree to a VTKWriter More...
 

Detailed Description

Function Documentation

◆ vtkwriter_tree_addvertexdata()

template<typename GV , typename T >
void Dune::PDELab::vtkwriter_tree_addvertexdata ( Dune::VTKWriter< GV > &  w,
const T &  t,
std::string  s = "data" 
)

add vertex data from a GridFunctionTree to a VTKWriter

Template Parameters
GVThe GridView for the VTKWriter
TThe GridFunctionTree