#include <model.h>
Public Attributes | |
| int | it |
| time index | |
| int | iv |
| internal step index | |
| int | niv |
| number of internal steps | |
| ireal | dt |
| real time step | |
| ireal | rhs |
| multiplier for right hand sides in time step formulae | |
Includes both time index and internal step flag. Associated functions advance and compare these and also return true time. init_step, next_step, less_than and get_time.
Definition at line 41 of file model.h.
1.4.7