#include <dune/fem/space/common/localrestrictprolong.hh>
|
| 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 > |
| 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 More...
|
| |
| bool | needCommunication () const |
| | do discrete functions need a communication after restriction / prolongation? More...
|
| |
◆ DiscreteFunctionSpaceType
template<class DiscreteFunctionSpace >
◆ DomainFieldType
template<class DiscreteFunctionSpace >
◆ needCommunication()
template<class DiscreteFunctionSpace >
do discrete functions need a communication after restriction / prolongation?
◆ prolongLocal()
template<class DiscreteFunctionSpace >
template<class LFFather , class LFSon , class LocalGeometry >
◆ restrictFinalize()
template<class DiscreteFunctionSpace >
template<class LFFather >
◆ restrictLocal()
template<class DiscreteFunctionSpace >
template<class LFFather , class LFSon , class LocalGeometry >
◆ setFatherChildWeight()
template<class DiscreteFunctionSpace >
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.
The documentation for this class was generated from the following file: