DMPlexInsertCone#

Insert a point into the in-edges for the point p in the DAG

Synopsis#

#include "petscdmplex.h"   
PetscErrorCode DMPlexInsertCone(DM dm, PetscInt p, PetscInt conePos, PetscInt conePoint)

Not Collective

Input Parameters#

  • dm - The DMPLEX

  • p - The point, which must lie in the chart set with DMPlexSetChart()

  • conePos - The local index in the cone where the point should be put

  • conePoint - The mesh point to insert

See Also#

DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexCreate(), DMPlexGetCone(), DMPlexSetChart(), DMPlexSetConeSize(), DMSetUp()

Level#

beginner

Location#

src/dm/impls/plex/plex.c


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