Searched refs:DMPlexFindVertices (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex56.c | 279 PetscCall(DMPlexFindVertices(dm, allCoords, 0.0, &pointsIS)); in DMLabelCompareWithCoordinateRepresentation()
|
| H A D | ex18.c | 861 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 D | 312.md | 232 - Add DMPlexFindVertices() for vertex coordinates -> DAG point
|
| H A D | 317.md | 275 - Change `DMPlexFindVertices()` to take `Vec` and `IS` arguments instead of arrays
|
| /petsc/include/ |
| H A D | petscdmplex.h | 353 PETSC_EXTERN PetscErrorCode DMPlexFindVertices(DM, Vec, PetscReal, IS *);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgeometry.c | 38 PetscErrorCode DMPlexFindVertices(DM dm, Vec coordinates, PetscReal eps, IS *points) in DMPlexFindVertices() function
|