Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex56.c279 PetscCall(DMPlexFindVertices(dm, allCoords, 0.0, &pointsIS)); in DMLabelCompareWithCoordinateRepresentation()
H A Dex18.c861 PetscCall(DMPlexFindVertices(dm, coordsVec, tol, &pointsIS)); in ViewVerticesFromCoords()
1047 PetscCall(DMPlexFindVertices(ipdm, bnd->coordinates, 0.0, &faces_expanded_is)); in DMPlexExpandedVerticesCoordinatesToFaces_Private()
/petsc/doc/changes/
H A D312.md232 - Add DMPlexFindVertices() for vertex coordinates -> DAG point
H A D317.md275 - Change `DMPlexFindVertices()` to take `Vec` and `IS` arguments instead of arrays
/petsc/include/
H A Dpetscdmplex.h353 PETSC_EXTERN PetscErrorCode DMPlexFindVertices(DM, Vec, PetscReal, IS *);
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c38 PetscErrorCode DMPlexFindVertices(DM dm, Vec coordinates, PetscReal eps, IS *points) in DMPlexFindVertices() function