Lines Matching refs:coordFunc
126 PetscPointFn *coordFunc; in DMPlexReplace_Internal() local
150 PetscCall(DMPlexGetCoordinateMap(dm, &coordFunc)); in DMPlexReplace_Internal()
151 if (dim == ndim) PetscCall(DMPlexSetCoordinateMap(dmNew, coordFunc)); in DMPlexReplace_Internal()
5278 PetscPointFn *coordFunc; in DMSetFromOptions_Plex() local
5280 PetscCall(DMPlexGetCoordinateMap(dm, &coordFunc)); in DMSetFromOptions_Plex()
5285 if (coordFunc && remap) { in DMSetFromOptions_Plex()
5286 PetscCall(DMPlexRemapGeometry(dm, 0.0, coordFunc)); in DMSetFromOptions_Plex()
5287 PetscCall(DMPlexSetCoordinateMap(dm, coordFunc)); in DMSetFromOptions_Plex()
5436 PetscPointFn *coordFunc; in DMSetFromOptions_Plex() local
5443 PetscCall(DMPlexGetCoordinateMap(dm, &coordFunc)); in DMSetFromOptions_Plex()
5444 if (coordFunc && remap) { in DMSetFromOptions_Plex()
5445 PetscCall(DMPlexRemapGeometry(dm, 0.0, coordFunc)); in DMSetFromOptions_Plex()
5446 PetscCall(DMPlexSetCoordinateMap(dm, coordFunc)); in DMSetFromOptions_Plex()
5467 PetscPointFn *coordFunc; in DMSetFromOptions_Plex() local
5469 PetscCall(DMPlexGetCoordinateMap(dm, &coordFunc)); in DMSetFromOptions_Plex()
5475 if (coordFunc) { in DMSetFromOptions_Plex()
5476 PetscCall(DMPlexRemapGeometry(dm, 0.0, coordFunc)); in DMSetFromOptions_Plex()
5477 PetscCall(DMPlexSetCoordinateMap(dm, coordFunc)); in DMSetFromOptions_Plex()