petsc-3.11.4 2019-09-28
DM
Abstract PETSc object that manages an abstract grid object and its interactions with the algebraic solvers
Synopsis
typedef struct _p_DM* DM;
Notes
The DMDACreate() based object and the DMCompositeCreate() based object are examples of DMs
See Also
DMCompositeCreate(), DMDACreate(), DMSetType(), DMType
Level
intermediate
Location
src/dm/../../include/petscdmtypes.h
Examples
src/dm/impls/stag/examples/tutorials/ex2.c.html
src/dm/impls/stag/examples/tutorials/ex3.c.html
src/dm/examples/tutorials/swarm_ex1.c.html
src/dm/field/examples/tutorials/ex1.c.html
src/ksp/ksp/examples/tutorials/ex28.c.html
src/ksp/ksp/examples/tutorials/ex32.c.html
src/ksp/ksp/examples/tutorials/ex43.c.html
src/ksp/ksp/examples/tutorials/ex46.c.html
src/ksp/ksp/examples/tutorials/ex49.c.html
src/ksp/ksp/examples/tutorials/ex50.c.html
src/ksp/ksp/examples/tutorials/ex65.c.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