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

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#

DM Basics, DM, DMCopyFields(), DMCopyDS()

Level#

advanced

Location#

src/dm/interface/dm.c

Examples#

src/tao/tutorials/ex1.c
src/snes/tutorials/ex23.c
src/snes/tutorials/ex36.c
src/snes/tutorials/ex26.c
src/snes/tutorials/ex69.c
src/snes/tutorials/ex17.c
src/tao/tutorials/ex3.c
src/snes/tutorials/ex76.c
src/snes/tutorials/ex77.c
src/tao/tutorials/ex2.c


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