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.