petsc-3.11.4 2019-09-28
Report Typos and Errors

DMClearLocalVectors

Destroys all the local vectors that have been stashed in this DM

Synopsis

#include "petscdm.h" 
PetscErrorCode  DMClearLocalVectors(DM dm)
Collective on DM

Input Parameter

dm -the distributed array

Keywords

distributed array, create, Local, vector

See Also

DMCreateLocalVector(), VecDuplicate(), VecDuplicateVecs(),
DMDACreate1d(), DMDACreate2d(), DMDACreate3d(), DMLocalToLocalBegin(), DMLocalToLocalEnd(), DMLocalToLocalBegin(), DMCreateLocalVector(), DMRestoreLocalVector() VecStrideMax(), VecStrideMin(), VecStrideNorm()

Level

developer

Location

src/dm/interface/dmget.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages