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

Public Member Functions

integer(c_int) function imoab_computecommgraph (pid1, pid2, joint_comm, group1, group2, type1, type2, comp1, comp2)
 

Detailed Description

Definition at line 388 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_computecommgraph()

integer(c_int) function imoab::iMOAB_ComputeCommGraph::imoab_computecommgraph ( integer(c_int), intent(in)  pid1,
integer(c_int), intent(in)  pid2,
integer, intent(in)  joint_comm,
integer, intent(in)  group1,
integer, intent(in)  group2,
integer(c_int), intent(in)  type1,
integer(c_int), intent(in)  type2,
integer(c_int), intent(in)  comp1,
integer(c_int), intent(in)  comp2 
)

Definition at line 388 of file iMOABF.F90.

390  use, intrinsic :: iso_c_binding, only: c_int, c_ptr
391  integer(c_int), intent(in) :: pid1
392  integer(c_int), intent(in) :: pid2
393  integer, intent(in) :: joint_comm ! MPI_Comm
394  integer, intent(in) :: group1 ! MPI_Group
395  integer, intent(in) :: group2 ! MPI_Group
396  integer(c_int), intent(in) :: type1
397  integer(c_int), intent(in) :: type2
398  integer(c_int), intent(in) :: comp1
399  integer(c_int), intent(in) :: comp2

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