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

Public Member Functions

integer(c_int) function imoab_sendelementtag (pid, tag_storage_name, joint_comm, context_id)
 

Detailed Description

Definition at line 370 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_sendelementtag()

integer(c_int) function imoab::iMOAB_SendElementTag::imoab_sendelementtag ( integer(c_int), intent(in)  pid,
character(kind=c_char), dimension(*), intent(in)  tag_storage_name,
integer, intent(in)  joint_comm,
integer(c_int), intent(in)  context_id 
)

Definition at line 370 of file iMOABF.F90.

372  use, intrinsic :: iso_c_binding, only: c_int, c_char, c_ptr
373  integer(c_int), intent(in) :: pid
374  character(kind=c_char), intent(in) :: tag_storage_name(*)
375  integer, intent(in) :: joint_comm ! MPI_Comm
376  integer(c_int), intent(in) :: context_id

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