![]() |
v0.15.0 |
Public Member Functions | |
| double | getScale (const double time) override |
| Get scaling at given time. | |
Public Member Functions inherited from MoFEM::TimeScale | |
| TimeScale (std::string file_name="", bool error_if_file_not_given=false, ScalingFun def_scaling_fun=[](double time) { return time;}) | |
| TimeScale constructor. | |
| TimeScale (std::string file_name, std::string delimiter, bool error_if_file_not_given=false, ScalingFun def_scaling_fun=[](double time) { return time;}) | |
| TimeScale constructor. | |
| double | getScale (const double time) |
| Get scaling at a given time. | |
Public Member Functions inherited from MoFEM::ScalingMethod | |
| ScalingMethod ()=default | |
| virtual | ~ScalingMethod ()=default |
Static Public Attributes | |
| static SmartPetscObj< SNES > | snesPtr = nullptr |
Additional Inherited Members | |
Public Types inherited from MoFEM::TimeScale | |
| using | ScalingFun = std::function< double(double)> |
Public Attributes inherited from MoFEM::TimeScale | |
| std::string | fileName = "" |
| PetscBool | argFileScale = PETSC_FALSE |
Definition at line 58 of file arc_length.cpp.
Get scaling at given time.
| time |
Reimplemented from MoFEM::ScalingMethod.
Definition at line 59 of file arc_length.cpp.
|
inlinestatic |
Definition at line 69 of file arc_length.cpp.