:orphan: # DMClearLocalVectors Destroys all the local vectors that have been stashed in this `DM` ## Synopsis ``` #include "petscdm.h" PetscErrorCode DMClearLocalVectors(DM dm) ``` Collective ## Input Parameter - ***dm -*** the `DM` ## See Also `DM`, `DMCreateLocalVector()`, `VecDuplicate()`, `VecDuplicateVecs()`, `DMDACreate1d()`, `DMDACreate2d()`, `DMDACreate3d()`, `DMLocalToLocalBegin()`, `DMLocalToLocalEnd()`, `DMLocalToLocalBegin()`, `DMCreateLocalVector()`, `DMRestoreLocalVector()` `VecStrideMax()`, `VecStrideMin()`, `VecStrideNorm()` ## Level developer ## Location src/dm/interface/dmget.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/interface/dmget.c) [Index of all DM routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)