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

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

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

Public Types

typedef Dune::PDELab::BoundaryGridFunctionTraits< typename T::Traits::GridViewType, int, 1, Dune::FieldVector< int, 1 > > Traits
 
typedef Dune::PDELab::BoundaryGridFunctionBase< Traits, BoundaryConditionType_Transport< T > > BaseT
 
typedef GridFunctionTag ImplementationTag
 
typedef Dune::PDELab::BoundaryGridFunctionTraits< T::Traits::GridViewType, int, 1, Dune::FieldVector< int, 1 > >::GridViewType GridViewType
 Type of the GridView. More...
 

Public Member Functions

 BoundaryConditionType_Transport (const typename T::Traits::GridViewType &gv_, const T &t_)
 
template<typename I >
void evaluate (const Dune::PDELab::IntersectionGeometry< I > &ig, const typename Traits::DomainType &x, typename Traits::RangeType &y) const
 
const T::Traits::GridViewType & getGridView ()
 get a reference to the GridView More...
 
const Traits::GridViewTypegetGridView () const
 get a reference to the GridView More...
 

Detailed Description

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

Adapter that extracts boundary condition type function from parameter class

Template Parameters
Tmodel of ConvectionDiffusionParameterInterface

Member Typedef Documentation

typedef Dune::PDELab::BoundaryGridFunctionTraits< T::Traits::GridViewType, int, 1, Dune::FieldVector< int, 1 > > ::GridViewType Dune::PDELab::BoundaryGridFunctionBase< Dune::PDELab::BoundaryGridFunctionTraits< T::Traits::GridViewType, int, 1, Dune::FieldVector< int, 1 > > , BoundaryConditionType_Transport< T > >::GridViewType
inherited

Type of the GridView.

typedef GridFunctionTag Dune::PDELab::BoundaryGridFunctionBase< Dune::PDELab::BoundaryGridFunctionTraits< T::Traits::GridViewType, int, 1, Dune::FieldVector< int, 1 > > , BoundaryConditionType_Transport< T > >::ImplementationTag
inherited
template<typename T >
typedef Dune::PDELab::BoundaryGridFunctionTraits<typename T::Traits::GridViewType,int,1, Dune::FieldVector<int,1> > Dune::PDELab::BoundaryConditionType_Transport< T >::Traits

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename T >
template<typename I >
void Dune::PDELab::BoundaryConditionType_Transport< T >::evaluate ( const Dune::PDELab::IntersectionGeometry< I > &  ig,
const typename Traits::DomainType x,
typename Traits::RangeType y 
) const
inline
template<typename T >
const T::Traits::GridViewType& Dune::PDELab::BoundaryConditionType_Transport< T >::getGridView ( )
inline

get a reference to the GridView

const Traits::GridViewType& Dune::PDELab::BoundaryGridFunctionInterface< Dune::PDELab::BoundaryGridFunctionTraits< T::Traits::GridViewType, int, 1, Dune::FieldVector< int, 1 > > , BoundaryConditionType_Transport< T > >::getGridView ( ) const
inlineinherited

get a reference to the GridView


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