v0.14.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. More... | |
virtual MoFEMErrorCode | runCalcs (LevelSet &level_set, int l)=0 |
Run calculations. More... | |
virtual MoFEMErrorCode | setAggregateBit (LevelSet &level_set, int l)=0 |
Add bit to current element, so it aggregate all previious current elements. More... | |
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::WrapperClassErrorProjection, and LevelSet::WrapperClassInitalSolution.
|
pure virtual |
Run calculations.
Implemented in LevelSet::WrapperClassErrorProjection, and LevelSet::WrapperClassInitalSolution.
|
pure virtual |
Add bit to current element, so it aggregate all previious current elements.
Implemented in LevelSet::WrapperClassErrorProjection, and LevelSet::WrapperClassInitalSolution.
|
pure virtual |
Set bit ref level to problem.
Implemented in LevelSet::WrapperClassErrorProjection, and LevelSet::WrapperClassInitalSolution.