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

Public Member Functions

integer(c_int) function imoab_dumpcommgraph (pid, context_id, is_sender, prefix)
 

Detailed Description

Definition at line 414 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_dumpcommgraph()

integer(c_int) function imoab::iMOAB_DumpCommGraph::imoab_dumpcommgraph ( integer(c_int), intent(in)  pid,
integer(c_int), intent(in)  context_id,
integer(c_int), intent(in)  is_sender,
character(kind=c_char), dimension(*), intent(in)  prefix 
)

Definition at line 414 of file iMOABF.F90.

415  use, intrinsic :: iso_c_binding, only: c_int, c_char
416  integer(c_int), intent(in) :: pid
417  integer(c_int), intent(in) :: context_id
418  integer(c_int), intent(in) :: is_sender
419  character(kind=c_char), intent(in) :: prefix(*)

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