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 ZVODE #45

Closed jonrkarr closed 3 years ago

jonrkarr commented 3 years ago

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

altLabel: ZVODE

definition: ZVODE 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_0000491

Original comment by: jonrkarr