Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D324.md168 - Add `DMPlexGetCoordinateMap()` and `DMPlexSetCoordinateMap()`
/petsc/include/
H A Dpetscdmplex.h340 PETSC_EXTERN PetscErrorCode DMPlexGetCoordinateMap(DM, PetscPointFn **);
/petsc/src/dm/impls/plex/
H A Dplexcreate.c150 PetscCall(DMPlexGetCoordinateMap(dm, &coordFunc)); in DMPlexReplace_Internal()
5280 PetscCall(DMPlexGetCoordinateMap(dm, &coordFunc)); in DMSetFromOptions_Plex()
5443 PetscCall(DMPlexGetCoordinateMap(dm, &coordFunc)); in DMSetFromOptions_Plex()
5469 PetscCall(DMPlexGetCoordinateMap(dm, &coordFunc)); in DMSetFromOptions_Plex()
H A Dplexgeometry.c3170 PetscErrorCode DMPlexGetCoordinateMap(DM dm, PetscPointFn **coordFunc) in DMPlexGetCoordinateMap() function
4130 if (!func) PetscCall(DMPlexGetCoordinateMap(dm, &func)); in DMPlexRemapGeometry()