Public Member Functions | |
integer(c_int) function | imoab_setglobalinfo (pid, num_global_verts, num_global_elems) |
Definition at line 325 of file iMOABF.F90.
integer(c_int) function imoab::iMOAB_SetGlobalInfo::imoab_setglobalinfo | ( | integer(c_int), intent(in) | pid, |
integer(c_int), intent(in) | num_global_verts, | ||
integer(c_int), intent(in) | num_global_elems | ||
) |
Definition at line 325 of file iMOABF.F90.
326 use, intrinsic :: iso_c_binding, only: c_int
327 integer(c_int), intent(in) :: pid
328 integer(c_int), intent(in) :: num_global_verts
329 integer(c_int), intent(in) :: num_global_elems