Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D324.md168 - Add `DMPlexGetCoordinateMap()` and `DMPlexSetCoordinateMap()`
/petsc/src/dm/impls/plex/
H A Dplexcreate.c151 if (dim == ndim) PetscCall(DMPlexSetCoordinateMap(dmNew, coordFunc)); in DMPlexReplace_Internal()
3662 PetscCall(DMPlexSetCoordinateMap(dm, snapToSphere)); in DMPlexCreateSphereMesh_Internal()
5287 PetscCall(DMPlexSetCoordinateMap(dm, coordFunc)); in DMSetFromOptions_Plex()
5298 PetscCall(DMPlexSetCoordinateMap(dm, NULL)); in DMSetFromOptions_Plex()
5392 PetscCall(DMPlexSetCoordinateMap(dm, NULL)); in DMSetFromOptions_Plex()
5446 PetscCall(DMPlexSetCoordinateMap(dm, coordFunc)); in DMSetFromOptions_Plex()
5477 PetscCall(DMPlexSetCoordinateMap(dm, coordFunc)); in DMSetFromOptions_Plex()
H A Dplexgeometry.c3195 PetscErrorCode DMPlexSetCoordinateMap(DM dm, PetscPointFn *coordFunc) in DMPlexSetCoordinateMap() function
/petsc/include/
H A Dpetscdmplex.h341 PETSC_EXTERN PetscErrorCode DMPlexSetCoordinateMap(DM, PetscPointFn *);