Searched refs:edgeIndices (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 2819 PetscCall(ISGetIndices(edgeLabelValues, &edgeIndices)); in DMPlex_Surface_Grad() 2836 PetscCall(DMGetStratumSize(dm, "EGADS Edge ID", edgeIndices[ii], &size)); in DMPlex_Surface_Grad() 2839 PetscCall(ISRestoreIndices(edgeLabelValues, &edgeIndices)); in DMPlex_Surface_Grad() 3361 const PetscInt *faceIndices, *edgeIndices, *vertexIndices; in DMPlexGeomDataAndGrads() local 3363 PetscCall(ISGetIndices(edgeLabelValues, &edgeIndices)); in DMPlexGeomDataAndGrads() 3380 PetscCall(DMGetStratumSize(dm, "EGADS Edge ID", edgeIndices[e], &size)); in DMPlexGeomDataAndGrads() 3383 PetscCall(ISRestoreIndices(edgeLabelValues, &edgeIndices)); in DMPlexGeomDataAndGrads()
|