cg_iric_read_grid2d_close¶
cg_iric_read_grid2d_open, cg_iric_read_sol_grid2d_open で開いた格子を閉じる。
形式 (FORTRAN)¶
call cg_iric_read_grid2d_close(g_handle, ier)
形式 (C/C++)¶
ier = cg_iRIC_Read_Grid2d_Close(g_handle);
形式 (Python)¶
cg_iRIC_Read_Grid2d_Close(g_handle)