SectionIntUpdateClosure

Updates the values in a given closure from the array

Synopsis

#include "petscmesh.h"   
PetscErrorCode SectionIntUpdateClosure(SectionInt section, Mesh mesh, PetscInt point, PetscInt values[], InsertMode mode)
Not Collective

Input Parameters

section - The section
mesh - The Mesh object
point - The sieve point
array - The array to fill up
mode - The insertion mode

Output Parameter

array -The array full of values in the closure

Keywords

mesh, elements

See Also

MeshCreate()

Level:intermediate
Location:
src/dm/mesh/section.c
Index of all Mesh routines
Table of Contents for all manual pages
Index of all manual pages