#include "petscda.h" PetscErrorCode PETSCDM_DLLEXPORT DMGetLocalVector(DM dm,Vec* g)Not Collective
The output parameter, g, is a regular PETSc vector that should be returned with DMRestoreLocalVector() DO NOT call VecDestroy() on it.
VecStride*() operations can be useful when using DM with dof > 1
Level:beginner
Location:src/dm/da/src/dalocal.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages