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#
Examples#
src/dm/tutorials/ex20.c
src/dm/tutorials/ex7.c
src/dm/tutorials/ex2.c
src/dm/tutorials/swarm_ex3.c
src/dm/tutorials/swarm_ex1.c
src/dm/tutorials/ex5.c
src/dm/tutorials/ex12.c
src/dm/tutorials/ex15.c
src/dm/tutorials/ex6.c
src/dm/tutorials/ex51.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