![]() |
v0.14.0 |
Public Member Functions | |
double | getScale (const double time) |
Get scaling at a given time. More... | |
![]() | |
TimeScale (std::string file_name="", bool error_if_file_not_given=false, ScalingFun def_scaling_fun=[](double time) { return time;}) | |
TimeScale constructor. More... | |
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. More... | |
![]() | |
ScalingMethod ()=default | |
virtual | ~ScalingMethod ()=default |
Additional Inherited Members | |
![]() | |
using | ScalingFun = std::function< double(double)> |
![]() | |
std::string | fileName = "" |
PetscBool | argFileScale = PETSC_FALSE |
Definition at line 152 of file contact.cpp.
Get scaling at a given time.
time |
Reimplemented from MoFEM::TimeScale.
Definition at line 154 of file contact.cpp.