:orphan: # DMPlexOrientPoint Act with the given orientation on the cone points of this mesh point, and update its use in the mesh. ## Synopsis ``` #include "petscdmplex.h" PetscErrorCode DMPlexOrientPoint(DM dm, PetscInt p, PetscInt o) ``` Not Collective ## Input Parameters - ***dm -*** The `DM` - ***p -*** The mesh point - ***o -*** The orientation ## See Also [](ch_unstructured), `DM`, `DMPLEX`, `DMPlexOrient()`, `DMPlexGetCone()`, `DMPlexGetConeOrientation()`, `DMPlexInterpolate()`, `DMPlexGetChart()` ## Level intermediate ## Location src/dm/impls/plex/plexorient.c ## Examples src/dm/impls/plex/tutorials/ex11.c
src/tao/tutorials/ex3.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/plex/plexorient.c) [Index of all DMPlex routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)