dune-fem  2.8-git
Public Types | Public Member Functions | Static Public Attributes | List of all members
DGDiffusionModelWrapper< ModelImpl > Struct Template Referenceabstract

#include <dune/fem/schemes/diffusionmodel.hh>

Inheritance diagram for DGDiffusionModelWrapper< ModelImpl >:
Inheritance graph

Public Types

typedef ModelImpl::GridPartType GridPartType
 
typedef DGDiffusionModel< GridPartType, dimD, dimR, typename ModelImpl::RRangeFieldType > Base
 
typedef Base::Point Point
 
typedef Base::IntersectionPoint IntersectionPoint
 
typedef Base::ElementPoint ElementPoint
 
typedef Base::ElementIntersectionPoint ElementIntersectionPoint
 
typedef Base::OriginalPoint OriginalPoint
 
typedef Base::OriginalIntersectionPoint OriginalIntersectionPoint
 
typedef Base::OriginalElementPoint OriginalElementPoint
 
typedef Base::OriginalElementIntersectionPoint OriginalElementIntersectionPoint
 
typedef Base::LocalDomainType LocalDomainType
 
typedef Base::DomainType DomainType
 
typedef Base::DRangeType DRangeType
 
typedef Base::DJacobianRangeType DJacobianRangeType
 
typedef Base::DHessianRangeType DHessianRangeType
 
typedef Base::RRangeType RRangeType
 
typedef Base::RJacobianRangeType RJacobianRangeType
 
typedef Base::RHessianRangeType RHessianRangeType
 
typedef Base::EntityType EntityType
 
typedef Base::IntersectionType IntersectionType
 
typedef std::array< int, dimRDirichletComponentType
 
typedef DGDiffusionModel< GridPartType, dimD, dimR, ModelImpl::RRangeFieldType > ModelType
 
typedef ModelImpl::RRangeFieldType RangeFieldType
 
typedef Dune::Fem::FunctionSpace< double, RangeFieldType, GridPart::dimensionworld, dimDDFunctionSpaceType
 
typedef Dune::Fem::FunctionSpace< double, RangeFieldType, GridPart::dimensionworld, dimRRFunctionSpaceType
 
typedef DFunctionSpaceType::DomainFieldType DDomainFieldType
 
typedef RFunctionSpaceType::DomainFieldType rDomainFieldType
 
using Traits = Dune::FemPy::FempyQuadratureTraits< F, d >
 

Public Member Functions

template<class... Args, std::enable_if_t< std::is_constructible< ModelImpl, Args &&... >::value, int > = 0>
 DGDiffusionModelWrapper (Args &&... args)
 
 ~DGDiffusionModelWrapper ()
 
 WrapperDiffusionModelMethods (Point)
 
 WrapperDiffusionModelMethods (ElementPoint)
 
 WrapperDiffusionModelMethods (IntersectionPoint)
 
 WrapperDiffusionModelMethods (ElementIntersectionPoint)
 
 WrapperDiffusionModelMethods (OriginalPoint)
 
 WrapperDiffusionModelMethods (OriginalElementPoint)
 
 WrapperDiffusionModelMethods (OriginalIntersectionPoint)
 
 WrapperDiffusionModelMethods (OriginalElementIntersectionPoint)
 
 WrapperDiffusionModelMethods (LocalDomainType)
 
 WrapperPenaltyMethods (Point) WrapperPenaltyMethods(ElementPoint) WrapperPenaltyMethods(IntersectionPoint) WrapperPenaltyMethods(ElementIntersectionPoint) WrapperPenaltyMethods(OriginalPoint)
 
 WrapperPenaltyMethods (OriginalElementPoint)
 
 WrapperPenaltyMethods (OriginalIntersectionPoint)
 
 WrapperPenaltyMethods (OriginalElementIntersectionPoint)
 
 WrapperPenaltyMethods (LocalDomainType)
 
virtual std::string name () const
 
virtual void setTime (const double t) const
 
virtual double time () const
 
virtual bool hasDirichletBoundary () const
 
virtual bool hasNeumanBoundary () const
 
virtual bool isDirichletIntersection (const IntersectionType &inter, DirichletComponentType &dirichletComponent) const
 
virtual bool init (const EntityType &entity) const
 
const ModelImpl & impl () const
 
ModelImpl & impl ()
 
virtual bool isDirichletIntersection (const IntersectionType &inter, DirichletComponentType &dirichletComponent) const=0
 

Static Public Attributes

static const int dimD = ModelImpl::dimD
 
static const int dimR = ModelImpl::dimR
 

Member Typedef Documentation

◆ Base

template<class ModelImpl >
typedef DGDiffusionModel<GridPartType, dimD, dimR, typename ModelImpl::RRangeFieldType> DGDiffusionModelWrapper< ModelImpl >::Base

◆ DDomainFieldType

typedef DFunctionSpaceType::DomainFieldType DGDiffusionModel< ModelImpl::GridPartType , dimDomain, dimRange, ModelImpl::RRangeFieldType >::DDomainFieldType
inherited

◆ DFunctionSpaceType

typedef Dune::Fem::FunctionSpace< double, RangeFieldType, GridPart::dimensionworld, dimD > DGDiffusionModel< ModelImpl::GridPartType , dimDomain, dimRange, ModelImpl::RRangeFieldType >::DFunctionSpaceType
inherited

◆ DHessianRangeType

template<class ModelImpl >
typedef Base::DHessianRangeType DGDiffusionModelWrapper< ModelImpl >::DHessianRangeType

◆ DirichletComponentType

template<class ModelImpl >
typedef std::array<int, dimR> DGDiffusionModelWrapper< ModelImpl >::DirichletComponentType

◆ DJacobianRangeType

template<class ModelImpl >
typedef Base::DJacobianRangeType DGDiffusionModelWrapper< ModelImpl >::DJacobianRangeType

◆ DomainType

template<class ModelImpl >
typedef Base::DomainType DGDiffusionModelWrapper< ModelImpl >::DomainType

◆ DRangeType

template<class ModelImpl >
typedef Base::DRangeType DGDiffusionModelWrapper< ModelImpl >::DRangeType

◆ ElementIntersectionPoint

template<class ModelImpl >
typedef Base::ElementIntersectionPoint DGDiffusionModelWrapper< ModelImpl >::ElementIntersectionPoint

◆ ElementPoint

template<class ModelImpl >
typedef Base::ElementPoint DGDiffusionModelWrapper< ModelImpl >::ElementPoint

◆ EntityType

template<class ModelImpl >
typedef Base::EntityType DGDiffusionModelWrapper< ModelImpl >::EntityType

◆ GridPartType

template<class ModelImpl >
typedef ModelImpl::GridPartType DGDiffusionModelWrapper< ModelImpl >::GridPartType

◆ IntersectionPoint

template<class ModelImpl >
typedef Base::IntersectionPoint DGDiffusionModelWrapper< ModelImpl >::IntersectionPoint

◆ IntersectionType

template<class ModelImpl >
typedef Base::IntersectionType DGDiffusionModelWrapper< ModelImpl >::IntersectionType

◆ LocalDomainType

template<class ModelImpl >
typedef Base::LocalDomainType DGDiffusionModelWrapper< ModelImpl >::LocalDomainType

◆ ModelType

typedef DGDiffusionModel<GridPartType, dimD, dimR, ModelImpl::RRangeFieldType > DGDiffusionModel< ModelImpl::GridPartType , dimDomain, dimRange, ModelImpl::RRangeFieldType >::ModelType
inherited

◆ OriginalElementIntersectionPoint

◆ OriginalElementPoint

template<class ModelImpl >
typedef Base::OriginalElementPoint DGDiffusionModelWrapper< ModelImpl >::OriginalElementPoint

◆ OriginalIntersectionPoint

template<class ModelImpl >
typedef Base::OriginalIntersectionPoint DGDiffusionModelWrapper< ModelImpl >::OriginalIntersectionPoint

◆ OriginalPoint

template<class ModelImpl >
typedef Base::OriginalPoint DGDiffusionModelWrapper< ModelImpl >::OriginalPoint

◆ Point

template<class ModelImpl >
typedef Base::Point DGDiffusionModelWrapper< ModelImpl >::Point

◆ RangeFieldType

typedef ModelImpl::RRangeFieldType DGDiffusionModel< ModelImpl::GridPartType , dimDomain, dimRange, ModelImpl::RRangeFieldType >::RangeFieldType
inherited

◆ rDomainFieldType

typedef RFunctionSpaceType::DomainFieldType DGDiffusionModel< ModelImpl::GridPartType , dimDomain, dimRange, ModelImpl::RRangeFieldType >::rDomainFieldType
inherited

◆ RFunctionSpaceType

typedef Dune::Fem::FunctionSpace< double, RangeFieldType, GridPart::dimensionworld, dimR > DGDiffusionModel< ModelImpl::GridPartType , dimDomain, dimRange, ModelImpl::RRangeFieldType >::RFunctionSpaceType
inherited

◆ RHessianRangeType

template<class ModelImpl >
typedef Base::RHessianRangeType DGDiffusionModelWrapper< ModelImpl >::RHessianRangeType

◆ RJacobianRangeType

template<class ModelImpl >
typedef Base::RJacobianRangeType DGDiffusionModelWrapper< ModelImpl >::RJacobianRangeType

◆ RRangeType

template<class ModelImpl >
typedef Base::RRangeType DGDiffusionModelWrapper< ModelImpl >::RRangeType

◆ Traits

using DGDiffusionModel< ModelImpl::GridPartType , dimDomain, dimRange, ModelImpl::RRangeFieldType >::Traits = Dune::FemPy::FempyQuadratureTraits<F,d>
inherited

Constructor & Destructor Documentation

◆ DGDiffusionModelWrapper()

template<class ModelImpl >
template<class... Args, std::enable_if_t< std::is_constructible< ModelImpl, Args &&... >::value, int > = 0>
DGDiffusionModelWrapper< ModelImpl >::DGDiffusionModelWrapper ( Args &&...  args)
inlineexplicit

◆ ~DGDiffusionModelWrapper()

template<class ModelImpl >
DGDiffusionModelWrapper< ModelImpl >::~DGDiffusionModelWrapper ( )
inline

Member Function Documentation

◆ hasDirichletBoundary()

template<class ModelImpl >
virtual bool DGDiffusionModelWrapper< ModelImpl >::hasDirichletBoundary ( ) const
inlinevirtual

◆ hasNeumanBoundary()

template<class ModelImpl >
virtual bool DGDiffusionModelWrapper< ModelImpl >::hasNeumanBoundary ( ) const
inlinevirtual

◆ impl() [1/2]

template<class ModelImpl >
ModelImpl& DGDiffusionModelWrapper< ModelImpl >::impl ( )
inline

◆ impl() [2/2]

template<class ModelImpl >
const ModelImpl& DGDiffusionModelWrapper< ModelImpl >::impl ( ) const
inline

◆ init()

template<class ModelImpl >
virtual bool DGDiffusionModelWrapper< ModelImpl >::init ( const EntityType entity) const
inlinevirtual

◆ isDirichletIntersection() [1/2]

template<class ModelImpl >
virtual bool DGDiffusionModelWrapper< ModelImpl >::isDirichletIntersection ( const IntersectionType inter,
DirichletComponentType dirichletComponent 
) const
inlinevirtual

◆ isDirichletIntersection() [2/2]

virtual bool DGDiffusionModel< ModelImpl::GridPartType , dimDomain, dimRange, ModelImpl::RRangeFieldType >::isDirichletIntersection ( const IntersectionType inter,
DirichletComponentType &  dirichletComponent 
) const
pure virtualinherited

◆ name()

template<class ModelImpl >
virtual std::string DGDiffusionModelWrapper< ModelImpl >::name ( ) const
inlinevirtual

◆ setTime()

template<class ModelImpl >
virtual void DGDiffusionModelWrapper< ModelImpl >::setTime ( const double  t) const
inlinevirtual

◆ time()

template<class ModelImpl >
virtual double DGDiffusionModelWrapper< ModelImpl >::time ( ) const
inlinevirtual

◆ WrapperDiffusionModelMethods() [1/9]

template<class ModelImpl >
DGDiffusionModelWrapper< ModelImpl >::WrapperDiffusionModelMethods ( ElementIntersectionPoint  )

◆ WrapperDiffusionModelMethods() [2/9]

template<class ModelImpl >
DGDiffusionModelWrapper< ModelImpl >::WrapperDiffusionModelMethods ( ElementPoint  )

◆ WrapperDiffusionModelMethods() [3/9]

template<class ModelImpl >
DGDiffusionModelWrapper< ModelImpl >::WrapperDiffusionModelMethods ( IntersectionPoint  )

◆ WrapperDiffusionModelMethods() [4/9]

template<class ModelImpl >
DGDiffusionModelWrapper< ModelImpl >::WrapperDiffusionModelMethods ( LocalDomainType  )

◆ WrapperDiffusionModelMethods() [5/9]

template<class ModelImpl >
DGDiffusionModelWrapper< ModelImpl >::WrapperDiffusionModelMethods ( OriginalElementIntersectionPoint  )

◆ WrapperDiffusionModelMethods() [6/9]

template<class ModelImpl >
DGDiffusionModelWrapper< ModelImpl >::WrapperDiffusionModelMethods ( OriginalElementPoint  )

◆ WrapperDiffusionModelMethods() [7/9]

template<class ModelImpl >
DGDiffusionModelWrapper< ModelImpl >::WrapperDiffusionModelMethods ( OriginalIntersectionPoint  )

◆ WrapperDiffusionModelMethods() [8/9]

template<class ModelImpl >
DGDiffusionModelWrapper< ModelImpl >::WrapperDiffusionModelMethods ( OriginalPoint  )

◆ WrapperDiffusionModelMethods() [9/9]

template<class ModelImpl >
DGDiffusionModelWrapper< ModelImpl >::WrapperDiffusionModelMethods ( Point  )

◆ WrapperPenaltyMethods() [1/5]

template<class ModelImpl >
DGDiffusionModelWrapper< ModelImpl >::WrapperPenaltyMethods ( LocalDomainType  )

◆ WrapperPenaltyMethods() [2/5]

template<class ModelImpl >
DGDiffusionModelWrapper< ModelImpl >::WrapperPenaltyMethods ( OriginalElementIntersectionPoint  )

◆ WrapperPenaltyMethods() [3/5]

template<class ModelImpl >
DGDiffusionModelWrapper< ModelImpl >::WrapperPenaltyMethods ( OriginalElementPoint  )

◆ WrapperPenaltyMethods() [4/5]

template<class ModelImpl >
DGDiffusionModelWrapper< ModelImpl >::WrapperPenaltyMethods ( OriginalIntersectionPoint  )

◆ WrapperPenaltyMethods() [5/5]

template<class ModelImpl >
DGDiffusionModelWrapper< ModelImpl >::WrapperPenaltyMethods ( Point  )

Member Data Documentation

◆ dimD

template<class ModelImpl >
const int DGDiffusionModelWrapper< ModelImpl >::dimD = ModelImpl::dimD
static

◆ dimR

template<class ModelImpl >
const int DGDiffusionModelWrapper< ModelImpl >::dimR = ModelImpl::dimR
static

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