#include "petscdmplex.h" PetscErrorCode DMPlexVecSetClosure(DM dm, PetscSection section, Vec v, PetscInt point, const PetscScalar values[], InsertMode mode)Not collective Many br
dm | - The DM Many br | |
section | - The section describing the layout in v, or NULL to use the default section Many br | |
v | - The local vector Many br | |
point | - The sieve point in the DM Many br | |
values | - The array of values Many br | |
mode | - The insert mode, where INSERT_ALL_VALUES and ADD_ALL_VALUES also overwrite boundary conditions Many br |
Many br
Level:intermediate
Location:src/dm/impls/plex/plex.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages