petsc-3.7.1 2016-05-15
Report Typos and Errors

DMKSPCopy

copies the information in a DMKSP to another DMKSP

Synopsis

#include "petscksp.h" 
PetscErrorCode DMKSPCopy(DMKSP kdm,DMKSP nkdm)
Not Collective Many br

Input Argument

kdm - Original DMKSP Many br
nkdm - DMKSP to receive the data, should have been created with DMKSPCreate() Many br

Many br

See Also

DMKSPCreate(), DMKSPDestroy()

Level:developer
Location:
src/ksp/ksp/interface/dmksp.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages