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#
Examples#
src/ts/tutorials/ex77.c
src/ts/tutorials/ex32.c
src/ts/utils/dmplexlandau/tutorials/ex1.c
src/ts/tutorials/ex52.c
src/ts/tutorials/ex22f.F90
src/ts/tutorials/ex27.c
src/ts/tutorials/ex47.c
src/ts/utils/dmplexlandau/tutorials/ex2.c
src/ts/tutorials/extchemfield.c
src/ts/tutorials/ex26.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages