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

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

Inheritance diagram for Dune::PDELab::vtk::DGFTreeLeafFunction< LFS, Data >:
Inheritance graph

Public Types

typedef BaseT::Traits Traits
 

Public Member Functions

 DGFTreeLeafFunction (const LFS &lfs, const 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
 
void evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const
 Evaluate the GridFunction at given position. More...
 
const Traits::GridViewType & getGridView () const
 get a reference to the GridView More...
 
Output::DataSetType dataSetType () const
 Return the data set type of this function. More...
 
void setDataSetType (Output::DataSetType dataSetType)
 Set the data set type of this function. More...
 

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 shared_ptr< Data > &  data 
)
inline

Member Function Documentation

§ dataSetType()

Output::DataSetType Dune::PDELab::GridFunctionOutputParameters::dataSetType ( ) const
inlineinherited

Return the data set type of this function.

§ evaluate() [1/2]

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

§ evaluate() [2/2]

void Dune::PDELab::GridFunctionInterface< GridFunctionTraits< LFS::Traits::GridView, BasisInterfaceSwitch< FiniteElementInterfaceSwitch< LFS::Traits::FiniteElement >::Basis >::RangeField, BasisInterfaceSwitch< FiniteElementInterfaceSwitch< LFS::Traits::FiniteElement >::Basis >::dimRange, BasisInterfaceSwitch< FiniteElementInterfaceSwitch< LFS::Traits::FiniteElement >::Basis >::Range > , DGFTreeLeafFunction< LFS, Data > >::evaluate ( const typename Traits::ElementType e,
const typename Traits::DomainType x,
typename Traits::RangeType y 
) const
inlineinherited

Evaluate the GridFunction at given position.

Evaluates components of the grid function at the given position and returns these values in a vector.

Parameters
[in]eThe entity to evaluate on
[in]xThe position in entity-local coordinates
[out]yThe result of the evaluation

§ getGridView()

const Traits::GridViewType& Dune::PDELab::GridFunctionInterface< GridFunctionTraits< LFS::Traits::GridView, BasisInterfaceSwitch< FiniteElementInterfaceSwitch< LFS::Traits::FiniteElement >::Basis >::RangeField, BasisInterfaceSwitch< FiniteElementInterfaceSwitch< LFS::Traits::FiniteElement >::Basis >::dimRange, BasisInterfaceSwitch< FiniteElementInterfaceSwitch< LFS::Traits::FiniteElement >::Basis >::Range > , DGFTreeLeafFunction< LFS, Data > >::getGridView ( ) const
inlineinherited

get a reference to the GridView

§ 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

§ setDataSetType()

void Dune::PDELab::GridFunctionOutputParameters::setDataSetType ( Output::DataSetType  dataSetType)
inlineinherited

Set the data set type of this function.


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