Flow123d
release_3.0.0-922-g9fcbba1
|
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 632 of file time_governor.hh.
|
inline |
Definition at line 634 of file time_governor.hh.
double TimeGovernor::DtLimitRow::max_dt |
max DT limit
Definition at line 642 of file time_governor.hh.
double TimeGovernor::DtLimitRow::min_dt |
min DT limit
Definition at line 641 of file time_governor.hh.
double TimeGovernor::DtLimitRow::time |
time of DT limits record
Definition at line 638 of file time_governor.hh.