Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
imoab::iMOAB_GetGlobalInfo Interface Reference

Public Member Functions

integer(c_int) function imoab_getglobalinfo (pid, num_global_verts, num_global_elems)
 

Detailed Description

Definition at line 332 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_getglobalinfo()

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

The documentation for this interface was generated from the following file: