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

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

Inheritance diagram for Dune::PDELab::ConvectionDiffusionDirichletExtensionAdapter< 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 GridFunctionTag ImplementationTag
 
typedef Dune::PDELab::GridFunctionTraits< T::Traits::GridViewType, T::Traits::RangeFieldType, 1, Dune::FieldVector< T::Traits::RangeFieldType, 1 > > ::GridViewType GridViewType
 Type of the GridView. More...
 

Public Member Functions

 ConvectionDiffusionDirichletExtensionAdapter (const typename Traits::GridViewType &g_, 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
 
void setTime (double time_)
 
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::ConvectionDiffusionDirichletExtensionAdapter< T >

Adapter that extracts Dirichlet boundary conditions from parameter class

Template Parameters
Tmodel of ConvectionDiffusionParameterInterface

Member Typedef Documentation

§ GridViewType

typedef Dune::PDELab::GridFunctionTraits< T::Traits::GridViewType, T::Traits::RangeFieldType, 1, Dune::FieldVector< T::Traits::RangeFieldType, 1 > > ::GridViewType Dune::PDELab::GridFunctionBase< Dune::PDELab::GridFunctionTraits< T::Traits::GridViewType, T::Traits::RangeFieldType, 1, Dune::FieldVector< T::Traits::RangeFieldType, 1 > > , ConvectionDiffusionDirichletExtensionAdapter< T > >::GridViewType
inherited

Type of the GridView.

§ ImplementationTag

typedef GridFunctionTag Dune::PDELab::GridFunctionBase< Dune::PDELab::GridFunctionTraits< T::Traits::GridViewType, T::Traits::RangeFieldType, 1, Dune::FieldVector< T::Traits::RangeFieldType, 1 > > , ConvectionDiffusionDirichletExtensionAdapter< T > >::ImplementationTag
inherited

§ 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::ConvectionDiffusionDirichletExtensionAdapter< T >::Traits

Constructor & Destructor Documentation

§ ConvectionDiffusionDirichletExtensionAdapter()

constructor

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

§ getGridView()

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

§ setDataSetType()

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

Set the data set type of this function.

§ setTime()

template<typename T >
void Dune::PDELab::ConvectionDiffusionDirichletExtensionAdapter< T >::setTime ( double  time_)
inline

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