SED-ML / KiSAO

Ontology of algorithms for analyzing biological models, their parameters, and their outputs
Artistic License 2.0
9 stars 0 forks source link

New algorithm for VODE #44

Closed jonrkarr closed 3 years ago

jonrkarr commented 3 years ago

name: Real-valued Variable-coefficient Ordinary Differential Equation solver, with fixed-leading-coefficient implementation

altLabel: VODE

altLabel: DVODE

definition: VODE provides implicit Adams method (for non-stiff problems) and a method based on backward differentiation formulas (BDF) (for stiff problems).

subClassOf: KISAO_0000433

seeAlso: 10.1137/0910062

isImplementedIn: SciPy, Odespy, deSolve, GillesPy2

Reported by: jonrkarr

jonrkarr commented 3 years ago

Original comment by: jonrkarr

jonrkarr commented 3 years ago

Incorporated as KISAO_0000535

Original comment by: jonrkarr