DM#

Abstract PETSc object that manages an abstract grid-like object and its interactions with the algebraic solvers

Synopsis#

typedef struct _p_DM *DM;

Note#

DM is an orphan initialism or orphan acronym, the letters have no meaning and never did.

See Also#

DM Basics, DMType, DMGetType(), DMCompositeCreate(), DMDACreate(), DMSetType(), DMType, DMDA, DMPLEX

Level#

intermediate

Location#

include/petscdmtypes.h

Examples#

src/snes/tutorials/ex40f90.F90
src/snes/tutorials/ex21.c
src/snes/tutorials/ex12.c
src/snes/tutorials/ex23.c
src/snes/tutorials/ex18.c
src/snes/tutorials/ex28.c
src/snes/tutorials/ex35.c
src/snes/tutorials/ex33.c
src/snes/tutorials/ex17.c
src/snes/tutorials/ex14.c

Implementations#

_p_DM in include/petsc/private/dmimpl.h
DM_DA in include/petsc/private/dmdaimpl.h
DM_Forest in include/petsc/private/dmforestimpl.h
DM_Moab in include/petsc/private/dmmbimpl.h
DM_Network in include/petsc/private/dmnetworkimpl.h
DM_Patch in include/petsc/private/dmpatchimpl.h
DM_Plex in include/petsc/private/dmpleximpl.h
DM_Product in include/petsc/private/dmproductimpl.h
DM_Stag in include/petsc/private/dmstagimpl.h
DM_Swarm in include/petsc/private/dmswarmimpl.h
DM_Composite in src/dm/impls/composite/packimpl.h
DM_Redundant in src/dm/impls/redundant/dmredundant.c
DM_Shell in src/dm/impls/shell/dmshell.c
DM_Sliced in src/dm/impls/sliced/sliced.c
DM_SNESVI in src/snes/impls/vi/rs/virs.c


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