DMPlexSetSupportSize#
Set the number of out-edges for this point in the DAG
Synopsis#
#include "petscdmplex.h"
PetscErrorCode DMPlexSetSupportSize(DM dm, PetscInt p, PetscInt size)
Not Collective
Input Parameters#
mesh - The
DMPLEX
p - The point, which must lie in the chart set with
DMPlexSetChart()
size - The support size for point
p
Note#
This should be called after DMPlexSetChart()
.
See Also#
DMPlex: Unstructured Grids, DM
, DMPLEX
, DMPlexCreate()
, DMPlexGetSupportSize()
, DMPlexSetChart()
Level#
beginner
Location#
Examples#
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages