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

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

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

Public Types

typedef
Dune::PDELab::GridFunctionTraits
< typename
T::Traits::GridViewType,
typename
T::Traits::RangeFieldType,
1, Dune::FieldVector< typename
T::Traits::RangeFieldType, 1 > > 
Traits
 
typedef
Dune::PDELab::GridFunctionInterface
< Traits,
NormalFluxGridFunctionAdapter
< T > > 
BaseT
 

Public Member Functions

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

template<typename T >
typedef Dune::PDELab::GridFunctionTraits<typename T::Traits::GridViewType,typename T::Traits::RangeFieldType,1,Dune::FieldVector<typename T::Traits::RangeFieldType,1> > Dune::PDELab::NormalFluxGridFunctionAdapter< T >::Traits

Constructor & Destructor Documentation

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

Member Function Documentation

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

Return the data set type of this function.

Referenced by Dune::PDELab::GridFunctionOutputParameters::setDataSetType().

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

get a reference to the GridView

void Dune::PDELab::GridFunctionOutputParameters::setDataSetType ( Output::DataSetType  dataSetType)
inlineinherited

Set the data set type of this function.

References Dune::PDELab::GridFunctionOutputParameters::dataSetType().


The documentation for this class was generated from the following file: