Lines Matching refs:subVertices

3173   const PetscInt *subVertices, *subCells;  in DMPlexCreateSubmesh_Uninterpolated()  local
3194 if (subvertexIS) PetscCall(ISGetIndices(subvertexIS, &subVertices)); in DMPlexCreateSubmesh_Uninterpolated()
3218 PetscCall(PetscFindInt(point, numSubVertices, subVertices, &subVertex)); in DMPlexCreateSubmesh_Uninterpolated()
3249 const PetscInt vertex = subVertices[v]; in DMPlexCreateSubmesh_Uninterpolated()
3268 const PetscInt vertex = subVertices[v]; in DMPlexCreateSubmesh_Uninterpolated()
3286 if (subvertexIS) PetscCall(ISRestoreIndices(subvertexIS, &subVertices)); in DMPlexCreateSubmesh_Uninterpolated()
3967 const PetscInt *subVertices; in DMPlexCreateCohesiveSubmesh_Uninterpolated() local
3988 if (subvertexIS) PetscCall(ISGetIndices(subvertexIS, &subVertices)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4007 PetscCall(PetscFindInt(cone[v], numSubVertices, subVertices, &subVertex)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4051 const PetscInt vertex = subVertices[v]; in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4070 const PetscInt vertex = subVertices[v]; in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4113 …PetscInt subPoint = DMPlexFilterPoint_Internal(point, firstSubVertex, numSubVertices, subVertices); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4123 …nst PetscInt subPoint = DMPlexFilterPoint_Internal(p, firstSubVertex, numSubVertices, subVertices); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4141 …PetscInt subPoint = DMPlexFilterPoint_Internal(point, firstSubVertex, numSubVertices, subVertices); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4162 if (subvertexIS) PetscCall(ISRestoreIndices(subvertexIS, &subVertices)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()