dune-fem 2.8.0
|
#include <dune/fem/space/p1bubble.hh>
Public Types | |
typedef BubbleElementSpace< FunctionSpace, GridPart, Storage > | DiscreteFunctionSpaceType |
typedef DiscreteFunctionSpaceType::DomainFieldType | DomainFieldType |
Public Member Functions | |
DefaultLocalRestrictProlong (const BubbleElementSpace< FunctionSpace, GridPart, Storage > &space) | |
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 | |
bool | needCommunication () const |
do discrete functions need a communication after restriction / prolongation? | |
|
inherited |
|
inherited |
|
inline |
|
inlineinherited |
do discrete functions need a communication after restriction / prolongation?
|
inlineinherited |
prolong data to children
|
inlineinherited |
|
inlineinherited |
restrict data to father
|
inlineinherited |
explicit set volume ratio of son and father
[in] | weight | volume of son / volume of father |