cg_iric_write_sol_grid2d_coords

2次元構造格子を出力する。

形式 (FORTRAN)

call cg_iric_write_sol_grid2d_coords(fid, x, y, ier)

形式 (C/C++)

ier = cg_iRIC_Write_Sol_Grid2d_Coords(fid, x, y);

形式 (Python)

cg_iRIC_Write_Sol_Grid2d_Coords(fid, x, y)

引数

表 236 cg_iric_write_sol_grid2d_coords の引数
変数名 I/O 内容
fid integer I ファイルID
x double precision, dimension(:), allocatable I X座標
y double precision, dimension(:), allocatable I Y座標
ier integer O エラーコード。0なら成功