Module for calculation options. More...
Modules | |
| module | optcal |
Functions/Subroutines | |
| subroutine | time_step_init |
| Initialize Fortran time step API. This maps Fortran pointers to global C structure members. More... | |
| subroutine | time_step_options_init |
| Initialize Fortran time step options API. This maps Fortran pointers to global C structure members. More... | |
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... | |
Module for calculation options.