petsc-3.8.4 2018-03-24
TSSetDM
Sets the DM that may be used by some nonlinear solvers or preconditioners under the TS
Synopsis
#include "petscts.h"
PetscErrorCode TSSetDM(TS ts,DM dm)
Logically Collective on TS and DM
Input Parameters
| ts | - the ODE integrator object
|
| dm | - the dm, cannot be NULL
|
See Also
TSGetDM(), SNESSetDM(), SNESGetDM()
Level:intermediate
Location:src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/ts/examples/tutorials/ex7.c.html
src/ts/examples/tutorials/ex9.c.html
src/ts/examples/tutorials/ex10.c.html
src/ts/examples/tutorials/ex11.c.html
src/ts/examples/tutorials/ex12.c.html
src/ts/examples/tutorials/ex13.c.html
src/ts/examples/tutorials/ex14.c.html
src/ts/examples/tutorials/ex15.c.html
src/ts/examples/tutorials/ex17.c.html
src/ts/examples/tutorials/ex22.c.html
src/ts/examples/tutorials/ex25.c.html