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

Public Member Functions

integer(c_int) function imoab_migratemapmesh (pid1, pid2, pid3, jointcomm, groupA, groupB, type, comp1, comp2, direction)
 

Detailed Description

Definition at line 427 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_migratemapmesh()

integer(c_int) function imoab::iMOAB_MigrateMapMesh::imoab_migratemapmesh ( integer(c_int), intent(in)  pid1,
integer(c_int), intent(in)  pid2,
integer(c_int), intent(in)  pid3,
integer, intent(in)  jointcomm,
integer, intent(in)  groupA,
integer, intent(in)  groupB,
integer(c_int), intent(in)  type,
integer(c_int), intent(in)  comp1,
integer(c_int), intent(in)  comp2,
integer(c_int), intent(in)  direction 
)

Definition at line 427 of file iMOABF.F90.

429  use, intrinsic :: iso_c_binding, only : c_int
430  integer(c_int), intent(in) :: pid1
431  integer(c_int), intent(in) :: pid2
432  integer(c_int), intent(in) :: pid3
433  integer, intent(in) :: jointcomm ! MPI_Comm
434  integer, intent(in) :: groupA ! MPI_Group
435  integer, intent(in) :: groupB ! MPI_Group
436  integer(c_int), intent(in) :: type
437  integer(c_int), intent(in) :: comp1
438  integer(c_int), intent(in) :: comp2
439  integer(c_int), intent(in) :: direction

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