Skip to main content
Ctrl+K
PETSc v3.23.2-211-g226f8a8a5081 documentation - Home
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • Overview
  • Install
  • Tutorials
  • User-Guide
  • C/Fortran API
  • petsc4py API
  • FAQ
  • Community
  • Developers
  • Misc.
  • GitLab
  • VecGetDM

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#

  • v - The Vec

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/snes/tutorials/ex13.c
src/ksp/ksp/tutorials/ex43.c
src/ts/tutorials/ex11.c
src/snes/tutorials/ex27.c
src/ts/tutorials/ex11_sa.c
src/ts/tutorials/ex48.c
src/snes/tutorials/ex36.c
src/snes/tutorials/ex11.c
src/snes/tutorials/ex7.c
src/snes/tutorials/ex22.c


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

On this page
  • Synopsis
  • Input Parameter
  • Output Parameter
  • Note
  • See Also
  • Level
  • Location
  • Examples
Edit on GitLab
Show Source

© Copyright 1991-2025, UChicago Argonne, LLC and the PETSc Development Team.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.15.1.

Last updated on 2025-05-20T11:24:31-0500 (v3.23.2-211-g226f8a8a5081).