DM#
Abstract PETSc object that manages an abstract grid-like object and its interactions with the algebraic solvers
Synopsis#
typedef struct _p_DM *DM;
See Also#
DM Basics, DMType
, DMGetType()
, DMCompositeCreate()
, DMDACreate()
, DMSetType()
, DMType
, DMDA
, DMPLEX
Level#
intermediate
Location#
Examples#
src/dm/field/tutorials/ex1.c
src/dm/impls/stag/tutorials/ex2.c
src/dm/impls/stag/tutorials/ex3.c
src/dm/impls/stag/tutorials/ex4.c
src/dm/impls/stag/tutorials/ex8.c
src/dm/label/tutorials/ex1.c
src/dm/tutorials/swarm_ex1.c
src/ksp/ksp/tutorials/ex28.c
src/ksp/ksp/tutorials/ex32.c
src/ksp/ksp/tutorials/ex35.cxx
src/ksp/ksp/tutorials/ex36.cxx
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