Skip to main content

Module implicit

Module implicit 

Source
Expand description

Implicit ODE methods for stiff systems.

Functionsยง

detect_stiffness
Detects whether the problem is stiff using a heuristic.
implicit_euler
Backward Euler method for stiff ODEs.
solve_implicit
Chooses between explicit and implicit methods based on stiffness detection.
trbdf2
TR-BDF2 method: two-stage implicit method combining trapezoidal rule with BDF2.