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

Public Member Functions

integer(c_int) function imoab_getblockelementconnectivities (pid, global_block_ID, connectivity_length, element_connectivity)
 

Detailed Description

Definition at line 172 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_getblockelementconnectivities()

integer(c_int) function imoab::iMOAB_GetBlockElementConnectivities::imoab_getblockelementconnectivities ( integer(c_int), intent(in)  pid,
integer(c_int), intent(in)  global_block_ID,
integer(c_int), intent(in)  connectivity_length,
integer(c_int), dimension(*), intent(out)  element_connectivity 
)

Definition at line 172 of file iMOABF.F90.

175  use, intrinsic :: iso_c_binding, only: c_int
176  integer(c_int), intent(in) :: pid
177  integer(c_int), intent(in) :: global_block_ID
178  integer(c_int), intent(in) :: connectivity_length
179  integer(c_int), intent(out) :: element_connectivity(*)

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