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

DMTSCopy

copies the information in a DMTS to another DMTS

Synopsis

#include "petscts.h" 
PetscErrorCode DMTSCopy(DMTS kdm,DMTS nkdm)
Not Collective Many br

Input Argument

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

Many br

See Also

DMTSCreate(), DMTSDestroy()

Level:developer
Location:
src/ts/utils/dmts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages