DMSetType#

Builds a DM, for a particular DM implementation.

Synopsis#

#include "petscdm.h"          
#include "petscdmlabel.h"     
#include "petscds.h"     
PetscErrorCode DMSetType(DM dm, DMType method)

Collective

Input Parameters#

Options Database Key#

  • -dm_type - Sets the DM type; use -help for a list of available types

Note#

Of the DM is constructed by directly calling a function to construct a particular DM, for example, DMDACreate2d() or DMPlexCreateBoxMesh()

See Also#

DM Basics, DM, DMType, DMDA, DMPLEX, DMGetType(), DMCreate(), DMDACreate2d()

Level#

intermediate

Location#

src/dm/interface/dm.c

Examples#

src/snes/tutorials/ex8.c
src/snes/tutorials/ex23.c
src/snes/tutorials/ex7.c
src/snes/tutorials/ex26.c
src/snes/tutorials/ex17.c
src/snes/tutorials/ex71.c
src/snes/tutorials/ex36.c
src/snes/tutorials/ex63.c
src/snes/tutorials/ex13.c
src/snes/tutorials/ex12.c


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