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 with DMTSCreate()

See Also#

TS: Scalable ODE and DAE Solvers, DMTSCreate(), DMTSDestroy()

Level#

developer

Location#

src/ts/utils/dmts.c


Edit on GitLab

Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages