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 withDMSNESCreate()
See Also#
DMSNES
, DMSNESCreate()
, DMSNESDestroy()
Level#
developer
Location#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages