cg_iric_write_sol_gridcoord3d_f

  • Outputs a three-dimensional structured grid.

Format (FORTRAN)

call cg_iric_write_sol_gridcoord3d_f(x, y, z, ier)

Format (C/C++)

ier = cg_iRIC_Write_Sol_GridCoord3d(x, y, z);

Format (Python)

cg_iRIC_Write_Sol_GridCoord3d(x, y, z)

Arguments

Table 167 Arguments of cg_iric_write_sol_gridcoord3d_f
Variable name Type I/O Description
x double precision, dimension(:), allocatable I x coordinate.
y double precision, dimension(:), allocatable I y coordinate.
z double precision, dimension(:), allocatable I z coordinate
ier integer O Error code. 0 means success.