cg_iric_write_sol_gridcoord2d_f

  • Outputs a two-dimensional structured grid.

Format (FORTRAN)

call cg_iric_write_sol_gridcoord2d_f(x, y, ier)

Format (C/C++)

ier = cg_iRIC_Write_Sol_GridCoord2d(x, y);

Format (Python)

cg_iRIC_Write_Sol_GridCoord2d(x, y)

Arguments

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