Run::Time Struct Reference
Execution time-control structure.
More...
#include <run.h>
List of all members.
|
Public Attributes |
double | start |
| start-time
|
double | end |
| end-time
|
double | prev |
| previous time
|
double | current |
| current time
|
double | step |
| time-step
|
double | nextstep |
| next time-step
|
double | step0 |
| previous time-step
|
double | output |
| data dump time inteval
|
Detailed Description
Execution time-control structure.
Definition at line 25 of file run.h.
Member Data Documentation
current time
Definition at line 27 of file run.h.
end-time
Definition at line 27 of file run.h.
next time-step
Definition at line 27 of file run.h.
data dump time inteval
Definition at line 27 of file run.h.
previous time
Definition at line 27 of file run.h.
start-time
Definition at line 27 of file run.h.
time-step
Definition at line 27 of file run.h.
previous time-step
Definition at line 27 of file run.h.
The documentation for this struct was generated from the following file: