cg_iric_read_sol_jface_real_f

  • Reads the double-precision real-type calculation result, having a value for each grid edge at j-direction.

Format (FORTRAN)

call cg_iric_read_sol_jface_real_f(step, label, val, ier)

Format (C/C++)

ier = cg_iRIC_Read_Sol_JFace_Real(step, label, val);

Format (Python)

val = cg_iRIC_Read_Sol_JFace_Real(step, label)

Arguments

Table 215 Arguments of cg_iric_read_sol_jface_real_f
Variable name Type I/O Description
step integer I Result Step Number
label character(*) I Name
val double precision, dimension(:,:), allocatable O Value
ier integer O Error code. 0 means success.