petsc-3.3-p7 2013-05-11

DMComplexSetChart

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

Synopsis

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

Input Parameters

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

Output Parameters

See Also

DMComplexCreate(), DMComplexGetChart()

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