cg_iric_write_namedgrid3d_coords_withgridid

名前を指定して3次元構造格子を出力する。

形式 (FORTRAN)

call cg_iric_write_namedgrid3d_coords_withgridid(fid, name, nx, ny, nz, x, y, z, gid, ier)

形式 (C/C++)

ier = cg_iRIC_Write_NamedGrid3d_Coords_WithGridId(fid, name, nx, ny, nz, x, y, z, gid);

形式 (Python)

gid = cg_iRIC_Write_NamedGrid3d_Coords_WithGridId(fid, name, nx, ny, nz, x, y, z)

引数

表 225 cg_iric_write_namedgrid3d_coords_withgridid の引数
変数名 I/O 内容
fid integer I ファイルID
name character(*) I 名前
nx integer I i方向格子点数
ny integer I j方向格子点数
nz integer I k方向格子点数
x double precision, dimension(:), allocatable I 格子点のx座標値
y double precision, dimension(:), allocatable I 格子点のy座標値
z double precision, dimension(:), allocatable I 格子点のz座標値
gid integer O 格子ID
ier integer O エラーコード。0なら成功