Lines Matching refs:edgePoints
3002 IS facePoints, edgePoints, nodePoints; in DMPlex_Surface_Grad() local
3074 PetscCall(DMLabelGetStratumIS(edgeLabel, id, &edgePoints)); in DMPlex_Surface_Grad()
3075 PetscCall(ISGetIndices(edgePoints, &eIndices)); in DMPlex_Surface_Grad()
3076 PetscCall(ISGetSize(edgePoints, &eSize)); in DMPlex_Surface_Grad()
3093 PetscCall(ISRestoreIndices(edgePoints, &eIndices)); in DMPlex_Surface_Grad()
3094 PetscCall(ISDestroy(&edgePoints)); in DMPlex_Surface_Grad()
3959 IS facePoints, edgePoints, nodePoints; in DMPlexGeomDataAndGrads() local
4031 PetscCall(DMLabelGetStratumIS(edgeLabel, id, &edgePoints)); in DMPlexGeomDataAndGrads()
4032 PetscCall(ISGetIndices(edgePoints, &eIndices)); in DMPlexGeomDataAndGrads()
4033 PetscCall(ISGetSize(edgePoints, &eSize)); in DMPlexGeomDataAndGrads()
4050 PetscCall(ISRestoreIndices(edgePoints, &eIndices)); in DMPlexGeomDataAndGrads()
4051 PetscCall(ISDestroy(&edgePoints)); in DMPlexGeomDataAndGrads()