Searched refs:DMPlexSetCoordinateMap (Results 1 – 4 of 4) sorted by relevance
168 - Add `DMPlexGetCoordinateMap()` and `DMPlexSetCoordinateMap()`
151 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()
3195 PetscErrorCode DMPlexSetCoordinateMap(DM dm, PetscPointFn *coordFunc) in DMPlexSetCoordinateMap() function
341 PETSC_EXTERN PetscErrorCode DMPlexSetCoordinateMap(DM, PetscPointFn *);