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

#include <dune/pdelab/localoperator/convectiondiffusionparameter.hh>

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

Public Types

typedef Dune::PDELab::GridFunctionTraits< typename T::Traits::GridViewType, typename T::Traits::RangeFieldType, T::Traits::GridViewType::dimension, Dune::FieldVector< typename T::Traits::RangeFieldType, T::Traits::GridViewType::dimension > > Traits
 
typedef GridFunctionTag ImplementationTag
 
typedef Dune::PDELab::GridFunctionTraits< T::Traits::GridViewType, T::Traits::RangeFieldType, T::Traits::GridViewType::dimension, Dune::FieldVector< T::Traits::RangeFieldType, T::Traits::GridViewType::dimension > >::GridViewType GridViewType
 Type of the GridView. More...
 

Public Member Functions

 ConvectionDiffusionExactGradientAdapter (const typename Traits::GridViewType &g_, const T &t_)
 constructor More...
 
void evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const
 Evaluate the GridFunction at given position. More...
 
const Traits::GridViewTypegetGridView () const
 
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...
 

Detailed Description

template<typename T>
class Dune::PDELab::ConvectionDiffusionExactGradientAdapter< T >

Adapter that extracts gradient of exact solution from parameter class

Template Parameters
Tmodel of ConvectionDiffusionParameterInterface

Member Typedef Documentation

typedef Dune::PDELab::GridFunctionTraits< T::Traits::GridViewType, T::Traits::RangeFieldType, T::Traits::GridViewType::dimension, Dune::FieldVector< T::Traits::RangeFieldType, T::Traits::GridViewType::dimension > > ::GridViewType Dune::PDELab::GridFunctionBase< Dune::PDELab::GridFunctionTraits< T::Traits::GridViewType, T::Traits::RangeFieldType, T::Traits::GridViewType::dimension, Dune::FieldVector< T::Traits::RangeFieldType, T::Traits::GridViewType::dimension > > , ConvectionDiffusionExactGradientAdapter< T > >::GridViewType
inherited

Type of the GridView.

typedef GridFunctionTag Dune::PDELab::GridFunctionBase< Dune::PDELab::GridFunctionTraits< T::Traits::GridViewType, T::Traits::RangeFieldType, T::Traits::GridViewType::dimension, Dune::FieldVector< T::Traits::RangeFieldType, T::Traits::GridViewType::dimension > > , ConvectionDiffusionExactGradientAdapter< T > >::ImplementationTag
inherited
template<typename T >
typedef Dune::PDELab::GridFunctionTraits<typename T::Traits::GridViewType, typename T::Traits::RangeFieldType, T::Traits::GridViewType::dimension,Dune::FieldVector<typename T::Traits::RangeFieldType,T::Traits::GridViewType::dimension> > Dune::PDELab::ConvectionDiffusionExactGradientAdapter< T >::Traits

Constructor & Destructor Documentation

template<typename T >
Dune::PDELab::ConvectionDiffusionExactGradientAdapter< T >::ConvectionDiffusionExactGradientAdapter ( const typename Traits::GridViewType g_,
const T &  t_ 
)
inline

constructor

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::ConvectionDiffusionExactGradientAdapter< T >::evaluate ( const typename Traits::ElementType e,
const typename Traits::DomainType x,
typename Traits::RangeType y 
) const
inline

Evaluate the GridFunction at given position.

Evaluates components of the grid function at the given position and returns these values in a vector.

Parameters
[in]eThe entity to evaluate on
[in]xThe position in entity-local coordinates
[out]yThe result of the evaluation
template<typename T >
const Traits::GridViewType& Dune::PDELab::ConvectionDiffusionExactGradientAdapter< T >::getGridView ( ) const
inline
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: