[MOAB-dev] iMeshP function argument
Hong-Jun Kim
hongjun at mcs.anl.gov
Tue Jun 14 14:20:22 CDT 2011
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
-----------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/moab-dev/attachments/20110614/5302e4aa/attachment.htm>
More information about the moab-dev
mailing list