Flow123d  master-f44eb46
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 649 of file time_governor.hh.

Constructor & Destructor Documentation

◆ DtLimitRow()

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

Definition at line 651 of file time_governor.hh.

Member Data Documentation

◆ max_dt

double TimeGovernor::DtLimitRow::max_dt

max DT limit

Definition at line 659 of file time_governor.hh.

◆ min_dt

double TimeGovernor::DtLimitRow::min_dt

min DT limit

Definition at line 658 of file time_governor.hh.

◆ time

double TimeGovernor::DtLimitRow::time

time of DT limits record

Definition at line 657 of file time_governor.hh.


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