cg_iric_write_namedgrid1d_coords¶
名前を指定して1次元構造格子を出力する。
形式 (FORTRAN)¶
call cg_iric_write_namedgrid1d_coords(fid, name, nx, x, ier)
形式 (C/C++)¶
ier = cg_iRIC_Write_NamedGrid1d_Coords(fid, name, nx, x);
形式 (Python)¶
cg_iRIC_Write_NamedGrid1d_Coords(fid, name, nx, x)
引数¶
変数名 |
型 |
I/O |
内容 |
---|---|---|---|
fid |
integer |
I |
ファイルID |
name |
character(*) |
I |
名前 |
nx |
integer |
I |
i方向格子点数 |
x |
double precision, dimension(:), allocatable |
I |
格子点のx座標値 |
ier |
integer |
O |
エラーコード。0なら成功 |