DMPlexVecRestoreClosure#
Restore the array of the values on the closure of ‘point’
Synopsis#
#include "petscdmplex.h"
PetscErrorCode DMPlexVecRestoreClosure(DM dm, PetscSection section, Vec v, PetscInt point, PetscInt *csize, PetscScalar *values[])
Not collective
Input Parameters#
Note#
The array values are discarded and not copied back into v
. In order to copy values back to v
, use DMPlexVecSetClosure()
Fortran Note#
The csize
argument is not present in the Fortran binding since it is internal to the array.
See Also#
DMPlex: Unstructured Grids, DM
, DMPLEX
, DMPlexVecGetClosure()
, DMPlexVecSetClosure()
, DMPlexMatSetClosure()
Level#
intermediate
Location#
Examples#
src/dm/impls/plex/tutorials/ex11.c
src/dm/impls/plex/tutorials/ex6.c
src/snes/tutorials/ex56.c
src/snes/tutorials/ex77.c
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages