gemseo.algos.ode.scipy_ode.settings.base_scipy_ode_jac_settings module#

Settings for the SciPy ODE solvers using Jacobian.

Settings BaseScipyODESolverJacSettings(*, first_step=None, max_step=inf, rtol=0.001, atol=1e-06)[source]#

Bases: BaseScipyODESolverSettings

Settings for the SciPy ODE solvers using Jacobian.

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.

Parameters:
Return type:

None