Home
last modified time | relevance | path

Searched refs:edgeLabelValues (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexegads.c2775 IS faceLabelValues, edgeLabelValues, vertexLabelValues; in DMPlex_Surface_Grad() local
2811 PetscCall(DMGetLabelIdIS(dm, "EGADS Edge ID", &edgeLabelValues)); in DMPlex_Surface_Grad()
2819 PetscCall(ISGetIndices(edgeLabelValues, &edgeIndices)); in DMPlex_Surface_Grad()
2839 PetscCall(ISRestoreIndices(edgeLabelValues, &edgeIndices)); in DMPlex_Surface_Grad()
2840 PetscCall(ISDestroy(&edgeLabelValues)); in DMPlex_Surface_Grad()
3311 IS faceLabelValues, edgeLabelValues, vertexLabelValues; in DMPlexGeomDataAndGrads() local
3355 PetscCall(DMGetLabelIdIS(dm, "EGADS Edge ID", &edgeLabelValues)); in DMPlexGeomDataAndGrads()
3363 PetscCall(ISGetIndices(edgeLabelValues, &edgeIndices)); in DMPlexGeomDataAndGrads()
3383 PetscCall(ISRestoreIndices(edgeLabelValues, &edgeIndices)); in DMPlexGeomDataAndGrads()
3384 PetscCall(ISDestroy(&edgeLabelValues)); in DMPlexGeomDataAndGrads()