Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 894 Bytes

File metadata and controls

11 lines (8 loc) · 894 Bytes

Jacobian-Free-Newton-Krylov solvers and time integration methods

Docs-dev Docs-stable Build Status License: MIT

Solving equations of the form F(u) = 0 (Ariadne.jl) and u'(t) = f(t, u(t)) (the sub-package Theseus.jl developed in libs/Theseus).

Right now, please consider using NonlinearSolve.jl or the OrdinaryDiffEq.jl ecosystem. This package is in development.