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#

include/petscdmtypes.h

Examples#

src/dm/dt/dualspace/impls/lagrange/tutorials/ex1.c
src/dm/impls/plex/tutorials/ex3f90.F90
src/dm/impls/plex/tutorials/ex13.c
src/dm/impls/plex/tutorials/ex14.c
src/dm/impls/plex/tutorials/ex10.c
src/dm/field/tutorials/ex1.c
src/dm/impls/forest/tutorials/ex1.c
src/dm/dt/dualspace/impls/lagrange/tutorials/ex2.c
src/dm/impls/plex/tutorials/ex4f90.F90
src/dm/impls/plex/tutorials/ex1f90.F90

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