![]() |
v0.15.0 |
Wrapper executing stages while mesh refinement. More...
Public Member Functions | |
| WrapperClass ()=default | |
| virtual MoFEMErrorCode | setBits (LevelSet &level_set, int l)=0 |
| Set bit ref level to problem. | |
| virtual MoFEMErrorCode | runCalcs (LevelSet &level_set, int l)=0 |
| Run calculations. | |
| virtual MoFEMErrorCode | setAggregateBit (LevelSet &level_set, int l)=0 |
| Add bit to current element, so it aggregate all previious current elements. | |
| virtual double | getThreshold (const double max)=0 |
Wrapper executing stages while mesh refinement.
Definition at line 241 of file level_set.cpp.
|
default |
Implemented in LevelSet::WrapperClassInitalSolution, and LevelSet::WrapperClassErrorProjection.
|
pure virtual |
Run calculations.
Implemented in LevelSet::WrapperClassInitalSolution, and LevelSet::WrapperClassErrorProjection.
|
pure virtual |
Add bit to current element, so it aggregate all previious current elements.
Implemented in LevelSet::WrapperClassInitalSolution, and LevelSet::WrapperClassErrorProjection.
|
pure virtual |
Set bit ref level to problem.
Implemented in LevelSet::WrapperClassInitalSolution, and LevelSet::WrapperClassErrorProjection.