#include <dune/pdelab/gridfunctionspace/vtk.hh>
|
| 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.
|
|
◆ ChildLFS
template<typename LFS , typename Data >
◆ 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 |
◆ ImplementationTag
◆ 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 >
◆ RT
template<typename LFS , typename Data >
◆ Traits
template<typename LFS , typename Data >
◆ DGFTreeVectorFunction()
template<typename LFS , typename Data >
◆ dataSetType()
Output::DataSetType Dune::PDELab::GridFunctionOutputParameters::dataSetType |
( |
| ) |
const |
|
inlineinherited |
Return the data set type of this function.
◆ evaluate()
template<typename LFS , typename Data >
◆ getGridView()
template<class T , class Imp >
get a reference to the GridView
◆ gridView()
template<typename LFS , typename Data >
get a reference to the GridView
◆ localFunctionSpace()
template<typename LFS , typename Data >
◆ 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: