9.1
general documentation
optcal Module Reference

Functions/Subroutines

subroutine indsui ()
 Initialize isuite. More...
 
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, 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...
 

Function/Subroutine Documentation

◆ time_step_init()

subroutine time_step_init

Initialize Fortran time step API. This maps Fortran pointers to global C structure members.