:orphan: # DMPlexInsertSupport Insert a point into the out-edges for the point p in the DAG ## Synopsis ``` #include "petscdmplex.h" PetscErrorCode DMPlexInsertSupport(DM dm, PetscInt p, PetscInt supportPos, PetscInt supportPoint) ``` Not Collective ## Input Parameters - ***mesh -*** The `DMPLEX` - ***p -*** The point, which must lie in the chart set with `DMPlexSetChart()` - ***supportPos -*** The local index in the cone where the point should be put - ***supportPoint -*** The mesh point to insert ## See Also [](ch_unstructured), `DM`, `DMPLEX`, `DMPlexCreate()`, `DMPlexGetCone()`, `DMPlexSetChart()`, `DMPlexSetConeSize()`, `DMSetUp()` ## Level beginner ## Location src/dm/impls/plex/plex.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/plex/plex.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)