cg_iric_read_functional_realsingle_f

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

Format (FORTRAN)

call cg_iric_read_functional_realsingle_f(label, x, y, ier)

Format (C/C++)

ier = cg_iRIC_Read_Functional_RealSingle(label, x, y);

Format (Python)

This function does not exists for Python.

Arguments

Table 94 Arguments of cg_iric_read_functional_realsingle_f

Variable name

Type

I/O

Description

label

character(*)

I

Name of the variable defined in the solver definition file

x

real , dimension(:), allocatable

O

Array of x values

y

real, dimension(:), allocatable

O

Array of y values

ier

integer

O

Error code. 0 means success.