cg_iric_read_sol_integer_f

  • Reads the integer-type calculation result, having a value for each grid node.

Format (FORTRAN)

call cg_iric_read_sol_integer_f(step, label, val, ier)

Format (C/C++)

ier = cg_iRIC_Read_Sol_Integer(step, label, val);

Format (Python)

val = cg_iRIC_Read_Sol_Integer(step, label)

Arguments

Table 208 Arguments of cg_iric_read_sol_integer_f
Variable name Type I/O Description
step integer I Result Step Number
label character(*) I Name
val integer, dimension(:,:),allocatable O Value (In case of 3D grid, integer, dimension(:,:,:), allocatable)
ier integer O Error code. 0 means success.