VecGetDM#

Gets the DM defining the data layout of the vector

Synopsis#

#include "petscdm.h"          
#include "petscdmlabel.h"     
#include "petscds.h"     
PetscErrorCode VecGetDM(Vec v, DM *dm)

Not Collective

Input Parameter#

Output Parameter#

  • dm - The DM

Note#

A Vec may not have a DM associated with it.

See Also#

DM Basics, DM, VecSetDM(), DMGetLocalVector(), DMGetGlobalVector(), DMSetVecType()

Level#

intermediate

Location#

src/dm/interface/dm.c

Examples#

src/ts/utils/dmplexlandau/tutorials/ex2.c
src/ts/tutorials/ex48.c
src/snes/tutorials/ex13.c
src/ts/tutorials/ex18.c
src/snes/tutorials/ex22.c
src/snes/tutorials/ex36.c
src/ts/tutorials/ex52.c
src/ts/tutorials/ex11.c
src/ksp/ksp/tutorials/ex43.c
src/ts/tutorials/ex11_sa.c


Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages