DMKSPCopy#
copies the information in a DMKSP
to another DMKSP
Synopsis#
#include "petscksp.h"
PetscErrorCode DMKSPCopy(DMKSP kdm, DMKSP nkdm)
Not Collective
Input Parameters#
kdm - Original
DMKSP
nkdm -
DMKSP
to receive the data, created withDMKSPCreate()
See Also#
KSP: Linear System Solvers, DMKSPCreate()
, DMKSPDestroy()
Level#
developer
Location#
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages