![]() |
v0.15.0 |
Use peculated errors on all levels while mesh projection. More...
Public Member Functions | |
| WrapperClassErrorProjection (boost::shared_ptr< double > max_ptr) | |
| MoFEMErrorCode | setBits (LevelSet &level_set, int l) |
| Set bit ref level to problem. | |
| MoFEMErrorCode | runCalcs (LevelSet &level_set, int l) |
| Run calculations. | |
| MoFEMErrorCode | setAggregateBit (LevelSet &level_set, int l) |
| Add bit to current element, so it aggregate all previious current elements. | |
| double | getThreshold (const double max) |
Public Member Functions inherited from LevelSet::WrapperClass | |
| WrapperClass ()=default | |
Private Attributes | |
| boost::shared_ptr< double > | maxPtr |
Use peculated errors on all levels while mesh projection.
Definition at line 315 of file level_set.cpp.
|
inline |
Definition at line 316 of file level_set.cpp.
Implements LevelSet::WrapperClass.
Definition at line 335 of file level_set.cpp.
|
inlinevirtual |
Run calculations.
Implements LevelSet::WrapperClass.
Definition at line 320 of file level_set.cpp.
|
inlinevirtual |
Add bit to current element, so it aggregate all previious current elements.
Implements LevelSet::WrapperClass.
Definition at line 321 of file level_set.cpp.
|
inlinevirtual |
Set bit ref level to problem.
Implements LevelSet::WrapperClass.
Definition at line 319 of file level_set.cpp.
|
private |
Definition at line 338 of file level_set.cpp.