itaps-parallel iMeshP_getAllVtxCoords

Jason Kraftcheck kraftche at cae.wisc.edu
Thu Oct 16 17:42:38 CDT 2008


/**  Given an entity set handle
 *  and a part handle, return vertex information for vertices
 *  that are in both the part and the entity set.
 *  If part_handle is invalid, an error is returned.
 *  COMMUNICATION:  None.*/
void iMeshP_getAllVtxCoords(iMesh_Instance instance,
                             const iMeshP_PartitionHandle partition_handle,
                             const iMeshP_PartHandle part_handle,
                             const iBase_EntitySetHandle entity_set_handle,
                             double** coordinates,
                             int* coordinates_allocated,
                             int* coordinates_size,
                             int** in_entity_set,
                             int* in_entity_set_allocated,
                             int* in_entity_set_size,
                             int* storage_order,
                             int *err);

If the vertices for which coordinates are returned are in both part_handle
and entity_set_handle, and wouldn't all the values in "in_entity_set" be 1?

- jason




More information about the itaps-parallel mailing list