dune-pdelab  2.7-git
Public Types | Public Member Functions | List of all members
Dune::PDELab::vtk::DGFTreeLeafFunction< LFS, Data > Class Template Reference

#include <dune/pdelab/gridfunctionspace/vtk.hh>

Public Types

typedef BaseT::Traits Traits
 

Public Member Functions

 DGFTreeLeafFunction (const LFS &lfs, const std::shared_ptr< Data > &data)
 
void evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const
 
const Traits::GridViewType & gridView () const
 get a reference to the GridView More...
 
const LFS & localFunctionSpace () const
 

Member Typedef Documentation

◆ Traits

template<typename LFS , typename Data >
typedef BaseT::Traits Dune::PDELab::vtk::DGFTreeLeafFunction< LFS, Data >::Traits

Constructor & Destructor Documentation

◆ DGFTreeLeafFunction()

template<typename LFS , typename Data >
Dune::PDELab::vtk::DGFTreeLeafFunction< LFS, Data >::DGFTreeLeafFunction ( const LFS &  lfs,
const std::shared_ptr< Data > &  data 
)
inline

Member Function Documentation

◆ evaluate()

template<typename LFS , typename Data >
void Dune::PDELab::vtk::DGFTreeLeafFunction< LFS, Data >::evaluate ( const typename Traits::ElementType &  e,
const typename Traits::DomainType &  x,
typename Traits::RangeType &  y 
) const
inline

◆ gridView()

template<typename LFS , typename Data >
const Traits::GridViewType& Dune::PDELab::vtk::DGFTreeLeafFunction< LFS, Data >::gridView ( ) const
inline

get a reference to the GridView

◆ localFunctionSpace()

template<typename LFS , typename Data >
const LFS& Dune::PDELab::vtk::DGFTreeLeafFunction< LFS, Data >::localFunctionSpace ( ) const
inline

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