DMPlexGetChart#
Return the interval for all mesh points [pStart, pEnd)
Synopsis#
#include "petscdmplex.h"   
PetscErrorCode DMPlexGetChart(DM dm, PetscInt *pStart, PetscInt *pEnd)
Not Collective
Input Parameter#
- dm - The - DMPLEX
Output Parameters#
- pStart - The first mesh point 
- pEnd - The upper bound for mesh points 
See Also#
DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexCreate(), DMPlexSetChart()
Level#
beginner
Location#
Examples#
src/dm/label/tutorials/ex1.c
src/ts/tutorials/ex30.c
src/ts/tutorials/ex11_sa.c
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages