:orphan:
# DMSNESCopy
copies the information in a `DMSNES` to another `DMSNES` 
## Synopsis
```
#include "petscsnes.h" 
#include "petscdm.h" 
PetscErrorCode DMSNESCopy(DMSNES kdm, DMSNES nkdm)
```
Not Collective


## Input Parameters

- ***kdm -*** Original `DMSNES`
- ***nkdm -*** `DMSNES` to receive the data, should have been created with `DMSNESCreate()`





## See Also
 `DMSNES`, `DMSNESCreate()`, `DMSNESDestroy()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/snes/utils/dmsnes.c.html#DMSNESCopy">src/snes/utils/dmsnes.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/snes/utils/dmsnes.c)


[Index of all SNES routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
