odes

odes#

Define the ODEBase class.

Functions

build_saveat(start, stop[, step, ...])

Build the SaveAt object if sub_save_indices are not None then SaveAt is built using SubSaveAt.

simulate(ode, duration_days, initial_state, ...)

Solve model ODEs for tf days using initial_state and args parameters.

Classes

AbstractODEParams()

The internal representation containing parameters passed to the ODEs.