Searched refs:edgePoints (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexegads.c | 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() [all …]
|