Searched refs:vertexIndices (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 2817 const PetscInt *faceIndices, *edgeIndices, *vertexIndices; in DMPlex_Surface_Grad() local 2820 PetscCall(ISGetIndices(vertexLabelValues, &vertexIndices)); in DMPlex_Surface_Grad() 2845 PetscCall(DMGetStratumSize(dm, "EGADS Vertex ID", vertexIndices[ii], &size)); in DMPlex_Surface_Grad() 2848 PetscCall(ISRestoreIndices(vertexLabelValues, &vertexIndices)); in DMPlex_Surface_Grad() 3361 const PetscInt *faceIndices, *edgeIndices, *vertexIndices; in DMPlexGeomDataAndGrads() local 3364 PetscCall(ISGetIndices(vertexLabelValues, &vertexIndices)); in DMPlexGeomDataAndGrads() 3389 PetscCall(DMGetStratumSize(dm, "EGADS Vertex ID", vertexIndices[ii], &size)); in DMPlexGeomDataAndGrads() 3392 PetscCall(ISRestoreIndices(vertexLabelValues, &vertexIndices)); in DMPlexGeomDataAndGrads()
|