petsc-3.3-p7 2013-05-11

SectionIntUpdate

Updates the array of values associated to a subset of the topology in this Section.

Synopsis

#include "petscdmmesh.h"   
PetscErrorCode  SectionIntUpdate(SectionInt section, PetscInt point, const PetscInt values[], InsertMode mode)
Not collective

Input Parameters

section - the section object
point - the Sieve point
values - The values associated with the submesh
mode - The insertion mode

See Also

SectionIntRestrict(), SectionIntCreate(), SectionIntView()

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