cg_iric_read_grid2d_cellnodecount

指定したセルを構成する頂点の数を返す。

形式 (FORTRAN)

call cg_iric_read_grid2d_cellnodecount(g_handle, cell_id, count, ier)

形式 (C/C++)

ier = cg_iRIC_Read_Grid2d_CellNodeCount(g_handle, cell_id, &count);

形式 (Python)

count = cg_iRIC_Read_Grid2d_CellNodeCount(g_handle, cell_id)

引数

表 185 cg_iric_read_grid2d_cellnodecount の引数
変数名 I/O 内容
g_handle integer I 格子のハンドル
cell_id integer I セルID
count integer O セルの頂点の数 (3か4)
ier integer O エラーコード。0なら成功