petsc-3.14.6 2021-03-30
DMCopyDMTS
copies a DM context to a new DM
Synopsis
#include "petscts.h"
PetscErrorCode DMCopyDMTS(DM dmsrc,DM dmdest)
Logically Collective
Input Arguments
| dmsrc | - DM to obtain context from
|
| dmdest | - DM to add context to
|
Note
The context is copied by reference. This function does not ensure that a context exists.
See Also
DMGetDMTS(), TSSetDM()
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