TSRADAU5#

ODE solver using the RADAU5 package

Notes#

This uses its own nonlinear solver and dense matrix direct solver so PETSc SNES and KSP options do not apply. Uses its own time-step adaptivity (but uses the TS rtol and atol, and initial timestep) Uses its own memory for the dense matrix storage and factorization Can only handle ODEs of the form \cdot{u} = -F(t,u) + G(t,u)

See Also#

TSCreate(), TS, TSSetType()

Level#

beginner

Location#

src/ts/impls/implicit/radau5/radau5.c


Edit on GitLab

Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages