DMCopyDisc#
Copy the fields and discrete systems for the DM
into another DM
Synopsis#
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode DMCopyDisc(DM dm, DM newdm)
Collective on dm
Input Parameter#
dm - The
DM
Output Parameter#
newdm - The
DM
Developer Note#
Really ugly name, nothing in PETSc is called a Disc
plus it is an ugly abbreviation
See Also#
DMCopyFields()
, DMCopyDS()
Level#
advanced
Location#
Examples#
src/snes/tutorials/ex12.c.html
src/snes/tutorials/ex13.c.html
src/snes/tutorials/ex17.c.html
src/snes/tutorials/ex20.c.html
src/snes/tutorials/ex23.c.html
src/snes/tutorials/ex24.c.html
src/snes/tutorials/ex26.c.html
src/snes/tutorials/ex36.c.html
src/snes/tutorials/ex56.c.html
src/snes/tutorials/ex62.c.html
src/snes/tutorials/ex69.c.html
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages