cg_iric_read_sol_gridcoord3d_f¶
計算結果の3次元構造格子を取得する。
形式 (FORTRAN)¶
call cg_iric_read_sol_gridcoord3d_f(step, x, y, z, ier)
形式 (C/C++)¶
ier = cg_iRIC_Read_Sol_GridCoord3d(step, x, y, z);
形式 (Python)¶
x, y, z = cg_iRIC_Read_Sol_GridCoord3d(step)
引数¶
変数名 |
型 |
I/O |
内容 |
|---|---|---|---|
step |
integer |
I |
ステップ数 |
x |
double precision, dimension(:), allocatable |
O |
X座標 |
y |
double precision, dimension(:), allocatable |
O |
Y座標 |
z |
double precision, dimension(:), allocatable |
O |
Z座標 |
ier |
integer |
O |
エラーコード。0なら成功 |