DMTSCopy#
copies the information in a DMTS
to another DMTS
Synopsis#
#include "petscts.h"
PetscErrorCode DMTSCopy(DMTS kdm, DMTS nkdm)
Not Collective
Input Parameters#
kdm - Original
DMTS
nkdm -
DMTS
to receive the data, should have been created withDMTSCreate()
See Also#
TS: Scalable ODE and DAE Solvers, DMTSCreate()
, DMTSDestroy()
Level#
developer
Location#
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages