![]() |
v0.15.0 |
Public Member Functions | |
| double | getScale (const double time) |
| 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 |
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 148 of file contact.cpp.
Get scaling at given time.
| time |
Reimplemented from MoFEM::ScalingMethod.
Definition at line 150 of file contact.cpp.