# Time Stepping ODE and DAE Solvers (TS) The time-stepping (`TS`) component provides ODE and DAE integrators as well as pseudo-timestepping. `TS` internally employs `SNES` to solve the nonlinear problems that arise with implicit methods. User guide chapter: [](ch_ts). Examples

ex1.c
ex2.c
ex3.c
ex4.c
ex5adj.c
ex5adj_mf.c
ex5.c
ex5opt_ic.c
ex6.c
reaction_diffusion.c
reaction_diffusion.h
shashi.F90