petsc-3.3-p7 2013-05-11

DMComplexGetChart

Return the interval for all mesh points [pStart, pEnd)

Synopsis

#include "petscdmcomplex.h"   
PetscErrorCode DMComplexGetChart(DM dm, PetscInt *pStart, PetscInt *pEnd)
Not collective

Input Parameter

mesh -The DMComplex

Output Parameters

pStart - The first mesh point
pEnd - The upper bound for mesh points

See Also

DMComplexCreate(), DMComplexSetChart()

Level:beginner
Location:
src/dm/impls/complex/complex.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages