[MOAB-dev] iMeshP function argument

Hong-Jun Kim hongjun at mcs.anl.gov
Tue Jun 14 14:59:27 CDT 2011


Sorry, ignore my previous mail.
I misunderstood comments in iMeshP headerfile.

Hong-Jun

----- Original Message -----
> From: "Hong-Jun Kim" <hongjun at mcs.anl.gov>
> To: moab-dev at mcs.anl.gov
> Sent: Tuesday, June 14, 2011 2:20:22 PM
> Subject: [MOAB-dev] iMeshP function argument
> Hi, all
> 
> I am implementing the following function in iMeshP, but I just want to
> confirm "const iMeshP_Part *target_part_ids" argument is correct.
> 
> I think it should be "const iMeshP_Part target_part_ids" for one input
> part, or for multiple input parts, there should be one more "const int
> part_id_size" argument.
> Isn't it right?
> 
> void iMeshP_exchEntArrToPartsAll(
> iMesh_Instance instance,
> const iMeshP_PartitionHandle partition,
> const iBase_EntityHandle *entities,
> const int entities_size,
> const iMeshP_Part *target_part_ids ,
> int command_code,
> int update_ghost,
> iMeshP_RequestHandle *request,
> int *err);
> 
> -----------------------------
> Hong-Jun Kim
> Post-doc researcher
> MCS, Argonne National Laboratory
> 9700 S. Cass Ave. B240/R2147
> Argonne, IL 60439
> 630-252-4791
> hongjun at mcs.anl.gov
> -----------------------------


More information about the moab-dev mailing list