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

Public Member Functions

integer(c_int) function imoab_getvisibleelementsinfo (pid, num_visible_elements, element_global_IDs, ranks, block_IDs)
 

Detailed Description

Definition at line 162 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_getvisibleelementsinfo()

integer(c_int) function imoab::iMOAB_GetVisibleElementsInfo::imoab_getvisibleelementsinfo ( integer(c_int), intent(in)  pid,
integer(c_int), intent(out)  num_visible_elements,
integer(c_int), dimension(*), intent(out)  element_global_IDs,
integer(c_int), dimension(*), intent(out)  ranks,
integer(c_int), dimension(*), intent(out)  block_IDs 
)

Definition at line 162 of file iMOABF.F90.

164  use, intrinsic :: iso_c_binding, only: c_int
165  integer(c_int), intent(in) :: pid
166  integer(c_int), intent(out) :: num_visible_elements
167  integer(c_int), intent(out) :: element_global_IDs(*)
168  integer(c_int), intent(out) :: ranks(*)
169  integer(c_int), intent(out) :: block_IDs(*)

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