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