cg_iric_write_sol_cell_integer_f

整数の格子セルごとに値を持つ計算結果を出力する。

形式 (FORTRAN)

call cg_iric_write_sol_cell_integer_f(label, val, ier)

形式 (C/C++)

ier = cg_iRIC_Write_Sol_Cell_Integer(label, val);

形式 (Python)

cg_iRIC_Write_Sol_Cell_Integer(label, val)

引数

表 179 cg_iric_write_sol_cell_integer_f の引数

変数名

I/O

内容

label

character(*)

I

出力する値の名前

val

integer, dimension(:,:), allocatable

I

出力する値 (3次元格子の場合は dimension(:,:,:))

ier

integer

O

エラーコード。0なら成功