9.1
general documentation
Module for calculation options
+ Collaboration diagram for Module for calculation options:

Modules

 Time step options and variables
 

Functions/Subroutines

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

Detailed Description

Function/Subroutine Documentation

◆ indsui()

subroutine indsui

Initialize isuite.

◆ time_step_options_init()

subroutine time_step_options_init

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

Variable Documentation

◆ isuite

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).