#include <dune/fem/space/p1bubble.hh>
|
| | DefaultLocalRestrictProlong (const BubbleElementSpace< FunctionSpace, GridPart, Storage > &space) |
| |
| template<class LFParent , class LFChild , class LocalGeometry > |
| void | restrictLocal (LFParent &lfParent, const LFChild &lfChild, const LocalGeometry &geometryInParent, const bool initialize) const |
| |
| template<class LFParent > |
| void | restrictFinalize (LFParent &lfParent) const |
| |
| template<class LFParent , class LFChild , class LocalGeometry > |
| void | prolongLocal (const LFParent &lfParent, LFChild &lfChild, const LocalGeometry &geometryInParent, bool initialize) const |
| |
| bool | needCommunication () const |
| |
| void | setFatherChildWeight (const DomainFieldType &weight) |
| | explicit set volume ratio of son and father
|
| |
| void | restrictLocal (LFFather &lfFather, const LFSon &lfSon, const LocalGeometry &geometryInFather, bool initialize) const |
| | restrict data to father
|
| |
| void | restrictFinalize (LFFather &lfFather) const |
| |
| void | prolongLocal (const LFFather &lfFather, LFSon &lfSon, const LocalGeometry &geometryInFather, bool initialize) const |
| | prolong data to children
|
| |
◆ DiscreteFunctionSpaceType
◆ DomainFieldType
◆ DefaultLocalRestrictProlong()
◆ needCommunication()
◆ prolongLocal() [1/2]
◆ prolongLocal() [2/2]
template<class LFParent , class LFChild , class LocalGeometry >
◆ restrictFinalize() [1/2]
◆ restrictFinalize() [2/2]
template<class LFParent >
◆ restrictLocal() [1/2]
◆ restrictLocal() [2/2]
template<class LFParent , class LFChild , 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.
The documentation for this class was generated from the following file: