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

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

Inheritance diagram for Dune::PDELab::DirichletBoundaryCondition_Transport< 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

 DirichletBoundaryCondition_Transport (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::DirichletBoundaryCondition_Transport< T >

Adapter that extracts Dirichlet boundary conditions from parameter class

Template Parameters
Tmodel of ConvectionDiffusionParameterInterface

Member Typedef Documentation

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 > > , DirichletBoundaryCondition_Transport< T > >::GridViewType
inherited

Type of the GridView.

typedef GridFunctionTag Dune::PDELab::GridFunctionBase< Dune::PDELab::GridFunctionTraits< T::Traits::GridViewType, T::Traits::RangeFieldType, 1, Dune::FieldVector< T::Traits::RangeFieldType, 1 > > , DirichletBoundaryCondition_Transport< T > >::ImplementationTag
inherited
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::DirichletBoundaryCondition_Transport< T >::Traits

Constructor & Destructor Documentation

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