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

Public Member Functions

integer(c_int) function imoab_getelementownership (pid, global_block_ID, num_elements_in_block, element_ownership)
 

Detailed Description

Definition at line 191 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_getelementownership()

integer(c_int) function imoab::iMOAB_GetElementOwnership::imoab_getelementownership ( integer(c_int), intent(in)  pid,
integer(c_int), intent(in)  global_block_ID,
integer(c_int), intent(out)  num_elements_in_block,
integer(c_int), dimension(*), intent(out)  element_ownership 
)

Definition at line 191 of file iMOABF.F90.

193  use, intrinsic :: iso_c_binding, only: c_int
194  integer(c_int), intent(in) :: pid
195  integer(c_int), intent(in) :: global_block_ID
196  integer(c_int), intent(out) :: num_elements_in_block
197  integer(c_int), intent(out) :: element_ownership(*)

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