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

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

Public Types

typedef BaseT::Traits Traits
 
typedef LFS::ChildType ChildLFS
 
typedef ChildLFS::Traits::FiniteElement::Traits::LocalBasisType::Traits::RangeFieldType RF
 
typedef ChildLFS::Traits::FiniteElement::Traits::LocalBasisType::Traits::RangeType RT
 

Public Member Functions

 DGFTreeVectorFunction (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

◆ ChildLFS

template<typename LFS , typename Data >
typedef LFS::ChildType Dune::PDELab::vtk::DGFTreeVectorFunction< LFS, Data >::ChildLFS

◆ RF

template<typename LFS , typename Data >
typedef ChildLFS::Traits::FiniteElement::Traits::LocalBasisType::Traits::RangeFieldType Dune::PDELab::vtk::DGFTreeVectorFunction< LFS, Data >::RF

◆ RT

template<typename LFS , typename Data >
typedef ChildLFS::Traits::FiniteElement::Traits::LocalBasisType::Traits::RangeType Dune::PDELab::vtk::DGFTreeVectorFunction< LFS, Data >::RT

◆ Traits

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

Constructor & Destructor Documentation

◆ DGFTreeVectorFunction()

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

Member Function Documentation

◆ evaluate()

template<typename LFS , typename Data >
void Dune::PDELab::vtk::DGFTreeVectorFunction< 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::DGFTreeVectorFunction< LFS, Data >::gridView ( ) const
inline

get a reference to the GridView

◆ localFunctionSpace()

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

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