DMPlexVecSetClosure#

Set an array of the values on the closure of point

Synopsis#

#include "petscdmplex.h"   
PetscErrorCode DMPlexVecSetClosure(DM dm, PetscSection section, Vec v, PetscInt point, const PetscScalar values[], InsertMode mode)

Not collective

Input Parameters#

Note#

Usually the input arrays were obtained with DMPlexVecGetClosure()

Fortran Note#

values must be declared with

  PetscScalar,dimension(:),pointer   :: values

See Also#

DMPlex: Unstructured Grids, DM, DMPLEX, DMPlexVecGetClosure(), DMPlexMatSetClosure()

Level#

intermediate

Location#

src/dm/impls/plex/plex.c

Examples#

src/dm/impls/plex/tutorials/ex6.c


Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages