Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c3173 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()
[all …]