#include "petscdmplex.h" PetscErrorCode DMPlexVecGetClosure(DM dm, PetscSection section, Vec v, PetscInt point, PetscInt *csize, PetscScalar *values[])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 |
csize | - The number of values in the closure, or NULL | |
values | - The array of values, which is a borrowed array and should not be freed |
The csize argument is not present in the Fortran 90 binding since it is internal to the array.
Level:intermediate
Location:src/dm/impls/plex/plex.c
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages