iRIC_InitOption

Set up the options for the solver.

Format (FORTRAN)

call iRIC_InitOption(option, ier)

Format (C/C++)

ier = iRIC_InitOption(option)

Format (Python)

iRIC_InitOption(option)

Arguments and returned value

option

Table 1866 Description of option

Item

Value

Name

option

Input/Output

Input

Description

The value that corresponds to an option

Data type (FORTRAN)

integer

Data type (C/C++)

int

Data type (Python)

int

ier

Table 1867 Description of ier

Item

Value

Name

ier

Input/Output

Output

Description

Error code. 0 means success, other values mean error.

Data type (FORTRAN)

integer

Data type (C/C++)

int

Data type (Python)

(Not defined)