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#
Examples#
src/dm/impls/plex/tutorials/ex11.c
src/tao/tutorials/ex3.c
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages