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

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

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

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

◆ 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 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]

void Dune::PDELab::GridFunctionInterface< GridFunctionTraits< LFS::Traits::GridView, BasisInterfaceSwitch< FiniteElementInterfaceSwitch< LFS::ChildType::Traits::FiniteElement >::Basis >::RangeField, TypeTree::StaticDegree< LFS >::value, Dune::FieldVector< BasisInterfaceSwitch< FiniteElementInterfaceSwitch< LFS::ChildType::Traits::FiniteElement >::Basis >::RangeField, TypeTree::StaticDegree< LFS >::value > > , DGFTreeVectorFunction< 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

◆ evaluate() [2/2]

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

◆ getGridView()

const Traits::GridViewType& Dune::PDELab::GridFunctionInterface< GridFunctionTraits< LFS::Traits::GridView, BasisInterfaceSwitch< FiniteElementInterfaceSwitch< LFS::ChildType::Traits::FiniteElement >::Basis >::RangeField, TypeTree::StaticDegree< LFS >::value, Dune::FieldVector< BasisInterfaceSwitch< FiniteElementInterfaceSwitch< LFS::ChildType::Traits::FiniteElement >::Basis >::RangeField, TypeTree::StaticDegree< LFS >::value > > , DGFTreeVectorFunction< LFS, Data > >::getGridView ( ) const
inlineinherited

get a reference to the GridView

◆ 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

◆ 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: