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

Public Member Functions

integer(c_int) function imoab_registerapplication (app_name, compid, pid)
 

Detailed Description

Definition at line 27 of file iMOABF.F90.

Member Function/Subroutine Documentation

◆ imoab_registerapplication()

integer(c_int) function imoab::iMOAB_RegisterApplication::imoab_registerapplication ( character(kind=c_char), dimension(*), intent(in)  app_name,
integer(c_int), intent(in)  compid,
integer(c_int), intent(out)  pid 
)

Definition at line 27 of file iMOABF.F90.

29 #endif
30  ! Interface blocks don't know about their context,
31  ! so we need to use iso_c_binding inside all interface functions again
32  use, intrinsic :: iso_c_binding, only: c_int, c_char, c_ptr
33  character(kind=c_char), intent(in) :: app_name(*)
34 #ifdef MOAB_HAVE_MPI
35  integer, intent(in) :: fcomm
36 #endif
37  integer(c_int), intent(in) :: compid
38  integer(c_int), intent(out) :: pid

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