cg_iric_read_sol_iface_integer_f

  • Reads the integer-type calculation result, having a value for each grid edge at i-direction.

Format (FORTRAN)

call cg_iric_read_sol_iface_integer_f(step, label, val, ier)

Format (C/C++)

ier = cg_iRIC_Read_Sol_IFace_Integer(step, label, val);

Format (Python)

val = cg_iRIC_Read_Sol_IFace_Integer(step, label)

Arguments

Table 212 Arguments of cg_iric_read_sol_iface_integer_f

Variable name

Type

I/O

Description

step

integer

I

Result Step Number

label

character(*)

I

Name

val

integer, dimension(:,:), allocatable

O

Value

ier

integer

O

Error code. 0 means success.