TSGetDM#

Gets the DM that may be used by some preconditioners

Synopsis#

#include "petscts.h"  
PetscErrorCode TSGetDM(TS ts, DM *dm)

Not Collective

Input Parameter#

  • ts - the TS

Output Parameter#

  • dm - the DM

See Also#

TS: Scalable ODE and DAE Solvers, TS, DM, TSSetDM(), SNESSetDM(), SNESGetDM()

Level#

intermediate

Location#

src/ts/interface/ts.c

Examples#

src/ts/tutorials/ex14.c
src/ts/utils/dmplexlandau/tutorials/ex1.c
src/ts/tutorials/extchemfield.c
src/ts/utils/dmplexlandau/tutorials/ex2.c
src/ts/tutorials/ex9.c
src/ts/tutorials/ex17.c
src/ts/tutorials/ex34.c
src/ts/tutorials/ex25.c
src/ts/tutorials/ex26.c
src/ts/tutorials/ex32.c


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