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

Public Member Functions

integer(c_int) function imoab_synchronizetags (pid, num_tag, tag_indices, entity_type)
 

Detailed Description

Definition at line 292 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_synchronizetags()

integer(c_int) function imoab::iMOAB_SynchronizeTags::imoab_synchronizetags ( integer(c_int), intent(in)  pid,
integer(c_int), intent(in)  num_tag,
integer(c_int), dimension(*), intent(in)  tag_indices,
integer(c_int), dimension(*), intent(in)  entity_type 
)

Definition at line 292 of file iMOABF.F90.

293  use, intrinsic :: iso_c_binding, only: c_int
294  integer(c_int), intent(in) :: pid
295  integer(c_int), intent(in) :: num_tag
296  integer(c_int), intent(in) :: tag_indices(*)
297  integer(c_int), intent(in) :: entity_type(*)

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