Searched refs:DMPlexGetCoordinateMap (Results 1 – 4 of 4) sorted by relevance
168 - Add `DMPlexGetCoordinateMap()` and `DMPlexSetCoordinateMap()`
340 PETSC_EXTERN PetscErrorCode DMPlexGetCoordinateMap(DM, PetscPointFn **);
150 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()
3170 PetscErrorCode DMPlexGetCoordinateMap(DM dm, PetscPointFn **coordFunc) in DMPlexGetCoordinateMap() function4130 if (!func) PetscCall(DMPlexGetCoordinateMap(dm, &func)); in DMPlexRemapGeometry()