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#

DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexOrient(), DMPlexGetCone(), DMPlexGetConeOrientation(), DMPlexInterpolate(), DMPlexGetChart()

Level#

intermediate

Location#

src/dm/impls/plex/plexorient.c

Examples#

src/tao/tutorials/ex3.c
src/dm/impls/plex/tutorials/ex11.c


Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages