lib_scipy_ode module¶
Wrappers for SciPy’s ODE solvers.
ODE stands for ordinary differential equation.
- class gemseo.algos.ode.lib_scipy_ode.ScipyODEAlgos[source]
Bases:
ODESolverLib
Wrapper for SciPy’s ODE solvers.
ODE stands for ordinary differential equation.
- descriptions: dict[str, AlgorithmDescription]
The description of the algorithms contained in the library.
- internal_algo_name: str | None
The internal name of the algorithm used currently.
It typically corresponds to the name of the algorithm in the wrapped library if any.
- opt_grammar: JSONGrammar | None
The grammar defining the options of the current algorithm.