Public Member Functions | |
integer(c_int) function | imoab_getglobalinfo (pid, num_global_verts, num_global_elems) |
Definition at line 332 of file iMOABF.F90.
integer(c_int) function imoab::iMOAB_GetGlobalInfo::imoab_getglobalinfo | ( | integer(c_int), intent(in) | pid, |
integer(c_int), intent(out) | num_global_verts, | ||
integer(c_int), intent(out) | num_global_elems | ||
) |
Definition at line 332 of file iMOABF.F90.
333 use, intrinsic :: iso_c_binding, only: c_int
334 integer(c_int), intent(in) :: pid
335 integer(c_int), intent(out) :: num_global_verts
336 integer(c_int), intent(out) :: num_global_elems