DMType#

String with the name of a PETSc DM

Synopsis#

typedef const char *DMType;
#define DMDA        "da"
#define DMCOMPOSITE "composite"
#define DMSLICED    "sliced"
#define DMSHELL     "shell"
#define DMPLEX      "plex"
#define DMREDUNDANT "redundant"
#define DMPATCH     "patch"
#define DMMOAB      "moab"
#define DMNETWORK   "network"
#define DMFOREST    "forest"
#define DMP4EST     "p4est"
#define DMP8EST     "p8est"
#define DMSWARM     "swarm"
#define DMPRODUCT   "product"
#define DMSTAG      "stag"

See Also#

DM Basics, DMSetType(), DMCreate(), DM

Level#

beginner

Location#

include/petscdm.h


Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages