:orphan:
# DMCopyDMKSP
copies a `DM` `DMKSP` context to a new `DM` 
## Synopsis
```
#include "petscksp.h" 
PetscErrorCode DMCopyDMKSP(DM dmsrc, DM dmdest)
```
Logically Collective


## Input Parameters

- ***dmsrc -*** `DM` to obtain context from
- ***dmdest -*** `DM` to add context to





## Note
The context is copied by reference. This function does not ensure that a context exists.


## See Also
 [](ch_ksp), `DMKSP`, `DM`, `KSP`, `DMGetDMKSP()`, `KSPSetDM()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/interface/dmksp.c.html#DMCopyDMKSP">src/ksp/ksp/interface/dmksp.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/ksp/interface/dmksp.c)


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