petsc-3.4.5 2014-06-29

DMMeshGetChart

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

Synopsis

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

Input Parameter

mesh -The DMMesh

Output Parameters

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

See Also

DMMeshCreate(), DMMeshSetChart()

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