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 theDM
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#
Examples#
src/dm/field/tutorials/ex1.c
src/dm/impls/forest/tutorials/ex1.c
src/dm/impls/plex/tutorials/ex1.c
src/dm/impls/plex/tutorials/ex10.c
src/dm/impls/plex/tutorials/ex11.c
src/dm/impls/plex/tutorials/ex14.c
src/dm/impls/plex/tutorials/ex1f90.F90
src/dm/impls/plex/tutorials/ex5.c
src/dm/impls/plex/tutorials/ex6.c
src/dm/impls/plex/tutorials/ex7.c
src/dm/impls/plex/tutorials/ex8.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages