dune-fem  2.4.1-rc
Public Types | Public Member Functions | List of all members
Dune::Fem::EmptyLocalRestrictProlong< DiscreteFunctionSpace > Class Template Reference

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

Public Types

typedef DiscreteFunctionSpace DiscreteFunctionSpaceType
 
typedef DiscreteFunctionSpaceType::DomainFieldType DomainFieldType
 

Public Member Functions

void setFatherChildWeight (const DomainFieldType &weight)
 explicit set volume ratio of son and father More...
 
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
 prolong data to children More...
 
bool needCommunication () const
 do discrete functions need a communication after restriction / prolongation? More...
 

Member Typedef Documentation

template<class DiscreteFunctionSpace >
typedef DiscreteFunctionSpaceType::DomainFieldType Dune::Fem::EmptyLocalRestrictProlong< DiscreteFunctionSpace >::DomainFieldType

Member Function Documentation

template<class DiscreteFunctionSpace >
bool Dune::Fem::EmptyLocalRestrictProlong< DiscreteFunctionSpace >::needCommunication ( ) const
inline

do discrete functions need a communication after restriction / prolongation?

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

prolong data to children

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

restrict data to father

template<class DiscreteFunctionSpace >
void Dune::Fem::EmptyLocalRestrictProlong< DiscreteFunctionSpace >::setFatherChildWeight ( const DomainFieldType weight)
inline

explicit set volume ratio of son and father

Parameters
[in]weightvolume of son / volume of father
Note
If this ratio is set, it is assume to be constant.

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