Lines Matching refs:facePoints
3002 IS facePoints, edgePoints, nodePoints; in DMPlex_Surface_Grad() local
3035 PetscCall(DMLabelGetStratumIS(faceLabel, fid, &facePoints)); in DMPlex_Surface_Grad()
3036 PetscCall(ISGetIndices(facePoints, &fIndices)); in DMPlex_Surface_Grad()
3037 PetscCall(ISGetSize(facePoints, &fSize)); in DMPlex_Surface_Grad()
3056 PetscCall(ISRestoreIndices(facePoints, &fIndices)); in DMPlex_Surface_Grad()
3057 PetscCall(ISDestroy(&facePoints)); in DMPlex_Surface_Grad()
3959 IS facePoints, edgePoints, nodePoints; in DMPlexGeomDataAndGrads() local
3992 PetscCall(DMLabelGetStratumIS(faceLabel, fid, &facePoints)); in DMPlexGeomDataAndGrads()
3993 PetscCall(ISGetIndices(facePoints, &fIndices)); in DMPlexGeomDataAndGrads()
3994 PetscCall(ISGetSize(facePoints, &fSize)); in DMPlexGeomDataAndGrads()
4013 PetscCall(ISRestoreIndices(facePoints, &fIndices)); in DMPlexGeomDataAndGrads()
4014 PetscCall(ISDestroy(&facePoints)); in DMPlexGeomDataAndGrads()