Flow123d
master-f44eb46
|
Structure that stores one record of DT limit. More...
Public Member Functions | |
DtLimitRow (double t, double min, double max) | |
Public Attributes | |
double | time |
time of DT limits record More... | |
double | min_dt |
min DT limit More... | |
double | max_dt |
max DT limit More... | |
Structure that stores one record of DT limit.
Definition at line 649 of file time_governor.hh.
|
inline |
Definition at line 651 of file time_governor.hh.
double TimeGovernor::DtLimitRow::max_dt |
max DT limit
Definition at line 659 of file time_governor.hh.
double TimeGovernor::DtLimitRow::min_dt |
min DT limit
Definition at line 658 of file time_governor.hh.
double TimeGovernor::DtLimitRow::time |
time of DT limits record
Definition at line 657 of file time_governor.hh.