|
| integer, save | isuite = 0 |
| | Indicator of a calculation restart (=1) or not (=0). This value is set automatically by the code; depending on whether a restart directory is present, and should not be modified by the user (no need for C mapping). More...
|
| |
| integer(c_int), pointer, save | ntcabs |
| | Current absolute time step number. In case of restart, this is equal to ntpabs + number of new iterations. More...
|
| |
| real(c_double), pointer, save | ttcabs |
| | Absolute time value for previous calculation. More...
|
| |
| integer(c_int), pointer, save | idtvar |
| | option for a variable time step More...
|
| |
| real(c_double), pointer, save | dtref |
| | Reference time step. More...
|
| |
Module for calculation options.