dune-pdelab 2.7-git
Loading...
Searching...
No Matches
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::GridFunctionBase< Traits, PiolaBackwardAdapter< T > > BaseT
 
typedef GridFunctionTag ImplementationTag
 
using Output = typename Base::Output
 

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

◆ BaseT

◆ GridViewType

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

◆ ImplementationTag

typedef GridFunctionTag Dune::PDELab::GridFunctionBase< T, PiolaBackwardAdapter< T > >::ImplementationTag
inherited

◆ Output

using Dune::PDELab::GridFunctionBase< T, PiolaBackwardAdapter< T > >::Output = typename Base::Output
inherited

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