PetscSectionSetChart#
Sets the range [pStart
, pEnd
) in which points (indices) lie for this PetscSection
Synopsis#
#include "petscsection.h"
PetscErrorCode PetscSectionSetChart(PetscSection s, PetscInt pStart, PetscInt pEnd)
Not Collective
Input Parameters#
s - the
PetscSection
pStart - the first point
pEnd - one past the last point
See Also#
PetscSection, PetscSection
, PetscSectionGetChart()
, PetscSectionCreate()
Level#
intermediate
Location#
Examples#
src/dm/impls/plex/tutorials/ex7.c
src/snes/tutorials/ex7.c
src/ts/tutorials/ex11.c
src/ts/tutorials/ex11_sa.c
Index of all PetscSection routines
Table of Contents for all manual pages
Index of all manual pages