cg_iric_write_sol_jface_real_f

  • Outputs double-precision real-type calculation results, giving a value for each grid edge at j-direction.

Format (FORTRAN)

call cg_iric_write_sol_jface_real_f(label, val, ier)

Format (C/C++)

ier = cg_iRIC_Write_Sol_JFace_Real(label, val);

Format (Python)

cg_iRIC_Write_Sol_JFace_Real(label, val)

Arguments

Table 178 Arguments of cg_iric_write_sol_jface_real_f

Variable name

Type

I/O

Description

label

character*

I

Name of the value to be output.

val

double precision, dimension(:,:), allocatable

I

Value

ier

integer

O

Error code. 0 means success.