cg_iric_read_functional_f

  • Reads the value of a functional-type double-precision real variable

Format (FORTRAN)

call cg_iric_read_functional_f(label, x, y, ier)

Format (C/C++)

ier = cg_iRIC_Read_Functional(label, x, y);

Format (Python)

x, y = cg_iRIC_Read_Functional(label)

Arguments

Table 93 Arguments of cg_iric_read_functional_f
Variable name Type I/O Description
label character(*) I Name of the variable defined in the solver definition file
x double precision , dimension(:), allocatable O Array of x values
y double precision, dimension(:), allocatable O Array of y values
ier integer O Error code. 0 means success.