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/ex22.c
src/ts/tutorials/ex34.c
src/ts/tutorials/ex45.c
src/ts/tutorials/ex7.c
src/ts/tutorials/ex17.c
src/ts/tutorials/ex53.c
src/ts/tutorials/ex52.c
src/ts/utils/dmplexlandau/tutorials/ex1.c
src/ts/tutorials/ex9.c
src/ts/utils/dmplexlandau/tutorials/ex2.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages