dune-pdelab  2.5-dev
Public Types | Public Member Functions | List of all members
Dune::PDELab::PiolaBackwardAdapter< T > Class Template Reference

#include <dune/pdelab/common/function.hh>

Inheritance diagram for Dune::PDELab::PiolaBackwardAdapter< T >:
Inheritance graph

Public Types

typedef T::Traits::GridViewType GridViewType
 
typedef T::Traits Traits
 
typedef Dune::PDELab::GridFunctionInterface< Traits, PiolaBackwardAdapter< T > > BaseT
 

Public Member Functions

 PiolaBackwardAdapter (const T &t_)
 
void evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const
 
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

§ BaseT

§ GridViewType

template<typename T >
typedef T::Traits::GridViewType Dune::PDELab::PiolaBackwardAdapter< T >::GridViewType

§ Traits

template<typename T >
typedef T::Traits Dune::PDELab::PiolaBackwardAdapter< T >::Traits

Constructor & Destructor Documentation

§ PiolaBackwardAdapter()

template<typename T >
Dune::PDELab::PiolaBackwardAdapter< T >::PiolaBackwardAdapter ( const T &  t_)
inline

Member Function Documentation

§ dataSetType()

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

Return the data set type of this function.

§ evaluate()

template<typename T >
void Dune::PDELab::PiolaBackwardAdapter< T >::evaluate ( const typename Traits::ElementType &  e,
const typename Traits::DomainType &  x,
typename Traits::RangeType &  y 
) const
inline

§ getGridView()

template<typename T >
const Traits::GridViewType& Dune::PDELab::PiolaBackwardAdapter< T >::getGridView ( ) const
inline

get a reference to the GridView

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