![]() |
v0.15.0 |
Public Member Functions | |
double | getScale (const double time) override |
Get scaling at given time. | |
![]() | |
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. | |
![]() | |
ScalingMethod ()=default | |
virtual | ~ScalingMethod ()=default |
Static Public Attributes | |
static SmartPetscObj< SNES > | snesPtr = nullptr |
Additional Inherited Members | |
![]() | |
using | ScalingFun = std::function<double(double)> |
![]() | |
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.