Time-steppers for ODE and DAE - TS Manual Pages#

Examples

The time-stepping (TS) component provides ODE and DAE integrators as well as pseudo-timestepping. TS internally employs SNES to solve the nonlinear problems at each time step (except for the Sundials functions, which use nonlinear solvers within Sundials).

TS users can also set SNES options directly in application codes by first extracting the SNES context from the TS context via TSGetSNES() and then directly calling various SNES (and KSP and PC with further unwrapping) routines (e.g., PCSetType() ).

Manual Pages Table of Contents

Manual Pages by Level#

Beginner - Basic usage#

Intermediate - Setting options for algorithms and data structures#

Advanced - Setting more advanced options and customization#

Developer - Interfaces intended primarily for library developers, not for typical applications programmers#

Deprecated - Functionality scheduled for removal in future versions#

Single list of manual pages#