# 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
ex5.c
ex6.c
ex7.c
ex8.c
finitevolume1d.c
finitevolume1d.h