petsc-3.3-p7 2013-05-11

DMMeshSetChart

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

Synopsis

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

Input Parameters

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

Output Parameters

See Also

DMMeshCreate(), DMMeshGetChart()

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