DM#
Abstract PETSc object that manages an abstract grid object and its interactions with the algebraic solvers
Synopsis#
typedef struct _p_DM *DM;
See Also#
DMType
, DMGetType()
, DMCompositeCreate()
, DMDACreate()
, DMSetType()
, DMType
, DMDA
, DMPLEX
Level#
intermediate
Location#
Examples#
src/dm/impls/stag/tutorials/ex2.c.html
src/dm/impls/stag/tutorials/ex3.c.html
src/dm/impls/stag/tutorials/ex4.c.html
src/dm/impls/stag/tutorials/ex8.c.html
src/dm/tutorials/swarm_ex1.c.html
src/dm/label/tutorials/ex1.c.html
src/dm/field/tutorials/ex1.c.html
src/ksp/ksp/tutorials/ex28.c.html
src/ksp/ksp/tutorials/ex32.c.html
src/ksp/ksp/tutorials/ex35.cxx.html
src/ksp/ksp/tutorials/ex36.cxx.html
Implementations#
_p_DM in include/petsc/private/dmimpl.h
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages