cg_iric_read_sol_gridcoord2d_f¶
Reads the 2D structured grid (for moving grid calculation)
Format (FORTRAN)¶
call cg_iric_read_sol_gridcoord2d_f(step, x, y, ier)
Format (C/C++)¶
ier = cg_iRIC_Read_Sol_GridCoord2d(step, x, y);
Format (Python)¶
x, y = cg_iRIC_Read_Sol_GridCoord2d(step)
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
step |
integer |
I |
Result Step Number |
x |
double precision, dimension(:), allocatable |
O |
x coordinates |
y |
double precision, dimension(:), allocatable |
O |
y coordinates |
ier |
integer |
O |
Error code. 0 means success. |