petsc-3.5.4 2015-05-23
Report Typos and Errors

DMClone

Creates a DM object with the same topology as the original.

Synopsis

#include "petscdm.h"     
PetscErrorCode DMClone(DM dm, DM *newdm)
Collective on MPI_Comm

Input Parameter

dm -The original DM object

Output Parameter

newdm -The new DM object

Keywords

DM, topology, create

Level:beginner
Location:
src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/snes/examples/tutorials/ex12.c.html
src/ts/examples/tutorials/ex11.c.html