dune-fem  2.4.1-rc
Public Types | Public Member Functions | Protected Attributes | List of all members
Dune::Fem::DiscontinuousGalerkinLocalRestrictProlong< DiscreteFunctionSpace, applyInverse > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/discontinuousgalerkin/localrestrictprolong.hh>

Inheritance diagram for Dune::Fem::DiscontinuousGalerkinLocalRestrictProlong< DiscreteFunctionSpace, applyInverse >:
Inheritance graph

Public Types

typedef DiscreteFunctionSpace DiscreteFunctionSpaceType
 
typedef DiscreteFunctionSpaceType::DomainFieldType DomainFieldType
 
typedef DiscreteFunctionSpaceType::RangeFieldType RangeFieldType
 
typedef DiscreteFunctionSpaceType::RangeType RangeType
 
typedef DiscreteFunctionSpaceType::GridPartType GridPartType
 
typedef CachingQuadrature< GridPartType, 0 > QuadratureType
 
typedef LocalMassMatrix< DiscreteFunctionSpaceType, QuadratureTypeLocalMassMatrixType
 

Public Member Functions

 DiscontinuousGalerkinLocalRestrictProlong (const DiscreteFunctionSpaceType &space)
 
void setFatherChildWeight (const DomainFieldType &weight)
 
template<class LFFather , class LFSon , class LocalGeometry >
void restrictLocal (LFFather &lfFather, const LFSon &lfSon, const LocalGeometry &geometryInFather, bool initialize) const
 restrict data to father More...
 
template<class LFFather , class LFSon , class LocalGeometry >
void prolongLocal (const LFFather &lfFather, LFSon &lfSon, const LocalGeometry &geometryInFather, bool initialize) const
 
bool needCommunication () const
 

Protected Attributes

LocalMassMatrixType localMassMatrix_
 
DomainFieldType weight_
 
TemporaryLocalFunction< DiscreteFunctionSpacetemp_
 

Member Typedef Documentation

template<class DiscreteFunctionSpace, bool applyInverse>
typedef DiscreteFunctionSpace Dune::Fem::DiscontinuousGalerkinLocalRestrictProlong< DiscreteFunctionSpace, applyInverse >::DiscreteFunctionSpaceType
template<class DiscreteFunctionSpace, bool applyInverse>
typedef DiscreteFunctionSpaceType::DomainFieldType Dune::Fem::DiscontinuousGalerkinLocalRestrictProlong< DiscreteFunctionSpace, applyInverse >::DomainFieldType
template<class DiscreteFunctionSpace, bool applyInverse>
typedef DiscreteFunctionSpaceType::GridPartType Dune::Fem::DiscontinuousGalerkinLocalRestrictProlong< DiscreteFunctionSpace, applyInverse >::GridPartType
template<class DiscreteFunctionSpace, bool applyInverse>
typedef CachingQuadrature< GridPartType, 0 > Dune::Fem::DiscontinuousGalerkinLocalRestrictProlong< DiscreteFunctionSpace, applyInverse >::QuadratureType
template<class DiscreteFunctionSpace, bool applyInverse>
typedef DiscreteFunctionSpaceType::RangeFieldType Dune::Fem::DiscontinuousGalerkinLocalRestrictProlong< DiscreteFunctionSpace, applyInverse >::RangeFieldType
template<class DiscreteFunctionSpace, bool applyInverse>
typedef DiscreteFunctionSpaceType::RangeType Dune::Fem::DiscontinuousGalerkinLocalRestrictProlong< DiscreteFunctionSpace, applyInverse >::RangeType

Constructor & Destructor Documentation

template<class DiscreteFunctionSpace, bool applyInverse>
Dune::Fem::DiscontinuousGalerkinLocalRestrictProlong< DiscreteFunctionSpace, applyInverse >::DiscontinuousGalerkinLocalRestrictProlong ( const DiscreteFunctionSpaceType space)
inline

Member Function Documentation

template<class DiscreteFunctionSpace, bool applyInverse>
bool Dune::Fem::DiscontinuousGalerkinLocalRestrictProlong< DiscreteFunctionSpace, applyInverse >::needCommunication ( ) const
inline
template<class DiscreteFunctionSpace, bool applyInverse>
template<class LFFather , class LFSon , class LocalGeometry >
void Dune::Fem::DiscontinuousGalerkinLocalRestrictProlong< DiscreteFunctionSpace, applyInverse >::prolongLocal ( const LFFather &  lfFather,
LFSon &  lfSon,
const LocalGeometry &  geometryInFather,
bool  initialize 
) const
inline
template<class DiscreteFunctionSpace, bool applyInverse>
template<class LFFather , class LFSon , class LocalGeometry >
void Dune::Fem::DiscontinuousGalerkinLocalRestrictProlong< DiscreteFunctionSpace, applyInverse >::restrictLocal ( LFFather &  lfFather,
const LFSon &  lfSon,
const LocalGeometry &  geometryInFather,
bool  initialize 
) const
inline

restrict data to father

template<class DiscreteFunctionSpace, bool applyInverse>
void Dune::Fem::DiscontinuousGalerkinLocalRestrictProlong< DiscreteFunctionSpace, applyInverse >::setFatherChildWeight ( const DomainFieldType weight)
inline

Member Data Documentation

template<class DiscreteFunctionSpace, bool applyInverse>
LocalMassMatrixType Dune::Fem::DiscontinuousGalerkinLocalRestrictProlong< DiscreteFunctionSpace, applyInverse >::localMassMatrix_
protected
template<class DiscreteFunctionSpace, bool applyInverse>
TemporaryLocalFunction< DiscreteFunctionSpace > Dune::Fem::DiscontinuousGalerkinLocalRestrictProlong< DiscreteFunctionSpace, applyInverse >::temp_
mutableprotected
template<class DiscreteFunctionSpace, bool applyInverse>
DomainFieldType Dune::Fem::DiscontinuousGalerkinLocalRestrictProlong< DiscreteFunctionSpace, applyInverse >::weight_
protected

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