#include "petscdmplex.h" PetscErrorCode DMPlexVecSetClosure(DM dm, PetscSection section, Vec v, PetscInt point, const PetscScalar values[], InsertMode mode)Not collective
dm | - The DM | |
section | - The section describing the layout in v, or NULL to use the default section | |
v | - The local vector | |
point | - The point in the DM | |
values | - The array of values | |
mode | - The insert mode. One of INSERT_ALL_VALUES, ADD_ALL_VALUES, INSERT_VALUES, ADD_VALUES, INSERT_BC_VALUES, and ADD_BC_VALUES, where INSERT_ALL_VALUES and ADD_ALL_VALUES also overwrite boundary conditions. |