dune-pdelab 2.7-git
Loading...
Searching...
No Matches
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
 
typedef GridFunctionTag ImplementationTag
 
typedef T::GridViewType GridViewType
 Type of the GridView.
 
using Output = typename Base::Output
 

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
 
const LFS & localFunctionSpace () const
 
const Traits::GridViewType & getGridView () const
 get a reference to the GridView
 
Output::DataSetType dataSetType () const
 Return the data set type of this function.
 
void setDataSetType (Output::DataSetType dataSetType)
 Set the data set type of this function.
 

Member Typedef Documentation

◆ ChildLFS

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

◆ GridViewType

typedef T::GridViewType Dune::PDELab::GridFunctionBase< 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 > >::GridViewType
inherited

Type of the GridView.

◆ ImplementationTag

typedef GridFunctionTag Dune::PDELab::GridFunctionBase< 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 > >::ImplementationTag
inherited

◆ Output

using Dune::PDELab::GridFunctionBase< 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 > >::Output = typename Base::Output
inherited

◆ 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

◆ dataSetType()

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

Return the data set type of this function.

◆ 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

◆ getGridView()

template<class T , class Imp >
const Traits::GridViewType & Dune::PDELab::GridFunctionInterface< T, Imp >::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: