dune-pdelab  2.5-dev
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

§ BaseT

§ Traits

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

§ NormalFluxGridFunctionAdapter()

template<typename T >
Dune::PDELab::NormalFluxGridFunctionAdapter< T >::NormalFluxGridFunctionAdapter ( 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::NormalFluxGridFunctionAdapter< 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::NormalFluxGridFunctionAdapter< 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: