|
template<class Field > |
void | setFatherChildWeight (const Field &weight OPM_UNUSED) const |
| explicit set volume ratio of son and father More...
|
|
template<class Entity > |
void | restrictLocal (const Entity &father OPM_UNUSED, const Entity &son OPM_UNUSED, bool initialize OPM_UNUSED) const |
| restrict data to father
|
|
template<class Entity , class LocalGeometry > |
void | restrictLocal (const Entity &father OPM_UNUSED, const Entity &son OPM_UNUSED, const LocalGeometry &geometryInFather OPM_UNUSED, bool initialize OPM_UNUSED) const |
| restrict data to father
|
|
template<class Entity > |
void | prolongLocal (const Entity &father OPM_UNUSED, const Entity &son OPM_UNUSED, bool initialize OPM_UNUSED) const |
| prolong data to children
|
|
template<class Entity , class LocalGeometry > |
void | prolongLocal (const Entity &father OPM_UNUSED, const Entity &son OPM_UNUSED, const LocalGeometry &geometryInFather OPM_UNUSED, bool initialize OPM_UNUSED) const |
| prolong data to children
|
|
template<class Communicator > |
void | addToList (Communicator &comm OPM_UNUSED) |
| add discrete function to communicator More...
|
|
template<class LoadBalancer > |
void | addToLoadBalancer (LoadBalancer &lb OPM_UNUSED) |
| add discrete function to load balancer More...
|
|
◆ addToList()
template<class Communicator >
void Ewoms::EmptyRestrictProlong::addToList |
( |
Communicator &comm |
OPM_UNUSED | ) |
|
|
inline |
add discrete function to communicator
- Parameters
-
[in] | comm | Communicator to add the discrete functions to |
◆ addToLoadBalancer()
template<class LoadBalancer >
void Ewoms::EmptyRestrictProlong::addToLoadBalancer |
( |
LoadBalancer &lb |
OPM_UNUSED | ) |
|
|
inline |
add discrete function to load balancer
- Parameters
-
[in] | lb | LoadBalancer to add the discrete functions to |
◆ setFatherChildWeight()
template<class Field >
void Ewoms::EmptyRestrictProlong::setFatherChildWeight |
( |
const Field &weight |
OPM_UNUSED | ) |
const |
|
inline |
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: