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

Public Member Functions

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

Detailed Description

Definition at line 325 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_setglobalinfo()

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

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