dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Dune::Fem::EmptyLocalRestrictProlong< DiscreteFunctionSpace > Class Template Reference

#include <dune/fem/space/common/localrestrictprolong.hh>

Inheritance diagram for Dune::Fem::EmptyLocalRestrictProlong< DiscreteFunctionSpace >:
Inheritance graph

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
 
template<class LFFather , class LFSon , class LocalGeometry >
void restrictLocal (LFFather &lfFather, const LFSon &lfSon, const LocalGeometry &geometryInFather, bool initialize) const
 restrict data to father
 
template<class LFFather >
void restrictFinalize (LFFather &lfFather) const
 
template<class LFFather , class LFSon , class LocalGeometry >
void prolongLocal (const LFFather &lfFather, LFSon &lfSon, const LocalGeometry &geometryInFather, bool initialize) const
 prolong data to children
 
bool needCommunication () const
 do discrete functions need a communication after restriction / prolongation?
 

Member Typedef Documentation

◆ DiscreteFunctionSpaceType

◆ DomainFieldType

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

Member Function Documentation

◆ needCommunication()

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

do discrete functions need a communication after restriction / prolongation?

◆ prolongLocal()

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

◆ restrictFinalize()

template<class DiscreteFunctionSpace >
template<class LFFather >
void Dune::Fem::EmptyLocalRestrictProlong< DiscreteFunctionSpace >::restrictFinalize ( LFFather &  lfFather) const
inline

◆ restrictLocal()

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

◆ setFatherChildWeight()

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: