Collaboration diagram for Time step options and variables:Variables | |
| 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... | |
| integer(c_int), pointer, save idtvar |
option for a variable time step
| integer(c_int), pointer, save ntcabs |
Current absolute time step number. In case of restart, this is equal to ntpabs + number of new iterations.
| real(c_double), pointer, save ttcabs |
Absolute time value for previous calculation.
Current absolute time.
For the restart calculations, ttcabs takes into account the physical time of the previous calculations. its value is not to be modified by the user.