Flow123d  release_3.0.0-872-gff21c48
Public Member Functions | Public Attributes | List of all members
TimeGovernor::DtLimitRow Struct Reference

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...
 

Detailed Description

Structure that stores one record of DT limit.

Definition at line 632 of file time_governor.hh.

Constructor & Destructor Documentation

TimeGovernor::DtLimitRow::DtLimitRow ( double  t,
double  min,
double  max 
)
inline

Definition at line 634 of file time_governor.hh.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: