Skip to main content

register_ode_solver

Function register_ode_solver 

Source
pub fn register_ode_solver(plugin: Arc<dyn OdeSolver>) -> Result<()>
Expand description

Registers an ODE-solver backend in the global numeric registry.

The plugin is routed to the fixed or adaptive slot according to its NumericKind.

ยงErrors

Returns an error if the global registry lock is poisoned.