#include <dune/fem/space/common/localrestrictprolong.hh>
|
| ConstantLocalRestrictProlong () |
|
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?
|
|
◆ DiscreteFunctionSpaceType
◆ DomainFieldType
◆ ConstantLocalRestrictProlong()
◆ calcWeight()
◆ needCommunication()
do discrete functions need a communication after restriction / prolongation?
◆ prolongLocal()
template<class LFFather , class LFSon , class LocalGeometry >
◆ restrictFinalize()
template<class LFFather >
◆ restrictLocal()
template<class LFFather , class LFSon , class LocalGeometry >
◆ setFatherChildWeight()
explicit set volume ratio of son and father
- Parameters
-
[in] | weight | volume of son / volume of father |
- Note
- If this ratio is set, it is assume to be constant.
◆ weight_
The documentation for this class was generated from the following file: