itaps-parallel iMeshP_getAllVtxCoords

Devine, Karen D kddevin at sandia.gov
Fri Oct 17 11:16:57 CDT 2008


On Monday, I updated the interface file so that the documentation is more
clear and, in particular for this function, more consistent with iMesh.h.
Please check out the new version from the RPI svn repository.

Karen





On 10/16/08 4:42 PM, "Jason Kraftcheck" <kraftche at cae.wisc.edu> wrote:

> /**  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