Skip to main content

Module ode_options

Module ode_options 

Source
Expand description

ODE solver convergence and performance options for the dynamic dispatch API.

This module defines OdeSolverOptions, a handle obtained via OdeWrapper::get_options. It provides getters and setters for tuning the nonlinear solver and time-stepping behaviour of the ODE integrator:

Also includes OdeSolverOptionsSnapshot, a serializable snapshot used for serde round-tripping of solver configuration.

Structsยง

OdeSolverOptions
OdeSolverOptionsSnapshot