moab
iMeshP_extensions.h
Go to the documentation of this file.
00001 #ifndef IMESHP_REC_CBIND_H__
00002 #define IMESHP_REC_CBIND_H__
00003 
00004 #include "iMeshP.h"
00005 #include "iMeshP_extensions_protos.h"
00006 #include "moab_mpi.h"
00007 
00008 #ifdef __cplusplus
00009 extern "C" {
00010 #endif
00011 
00023     void iMeshP_getCommunicator(
00024         iMesh_Instance instance,
00025         int *fcomm,
00026         MPI_Comm *ccomm,
00027         int *err);
00028 
00034     void iMeshP_assignGlobalIds(
00035         iMesh_Instance instance,
00036         const iMeshP_PartitionHandle partition,
00037         const iBase_EntitySetHandle this_set,
00038         const int dimension,
00039         const int start_id,
00040         const int largest_dim_only,
00041         const int parallel,
00042         const int owned_only,
00043         int *err);
00044 
00045 
00046 #ifdef __cplusplus
00047 }
00048 #endif
00049 
00050 #endif
00051 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines