![]() |
v0.15.0 |
Used to execute inital mesh approximation while mesh refinement. More...
Public Member Functions | |
| WrapperClassInitalSolution (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 |
Used to execute inital mesh approximation while mesh refinement.
Definition at line 266 of file level_set.cpp.
|
inline |
Definition at line 268 of file level_set.cpp.
Implements LevelSet::WrapperClass.
Definition at line 302 of file level_set.cpp.
|
inlinevirtual |
Run calculations.
Implements LevelSet::WrapperClass.
Definition at line 281 of file level_set.cpp.
|
inlinevirtual |
Add bit to current element, so it aggregate all previious current elements.
Implements LevelSet::WrapperClass.
Definition at line 287 of file level_set.cpp.
|
inlinevirtual |
Set bit ref level to problem.
Implements LevelSet::WrapperClass.
Definition at line 271 of file level_set.cpp.
|
private |
Definition at line 308 of file level_set.cpp.