#include "petscda.h" PetscErrorCode PETSCDM_DLLEXPORT DAGetGlobalVector(DA da,Vec* g)Collective on DA
The output parameter, g, is a regular PETSc vector that should be returned with DARestoreGlobalVector() DO NOT call VecDestroy() on it.
VecStride*() operations can be useful when using DA 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