cg_iric_read_grid_integer_cell_withgridid¶
構造格子のセルで定義された整数の属性を読み込む。
形式 (FORTRAN)¶
call cg_iric_read_grid_integer_cell_withgridid(fid, gid, label, values, ier)
形式 (C/C++)¶
ier = cg_iRIC_Read_Grid_Integer_Cell_WithGridId(fid, gid, label, values);
形式 (Python)¶
values = cg_iRIC_Read_Grid_Integer_Cell_WithGridId(fid, gid, label)