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

Public Member Functions

integer(c_int) function imoab_getblockid (pid, block_length, global_block_IDs)
 

Detailed Description

Definition at line 146 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_getblockid()

integer(c_int) function imoab::iMOAB_GetBlockID::imoab_getblockid ( integer(c_int), intent(in)  pid,
integer(c_int), intent(in)  block_length,
integer(c_int), dimension(*), intent(out)  global_block_IDs 
)

Definition at line 146 of file iMOABF.F90.

147  use, intrinsic :: iso_c_binding, only: c_int
148  integer(c_int), intent(in) :: pid
149  integer(c_int), intent(in) :: block_length
150  integer(c_int), intent(out) :: global_block_IDs(*)

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