Skip to main content

diffsol_ode_set_rtol

Function diffsol_ode_set_rtol 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn diffsol_ode_set_rtol( ode: *mut OdeWrapper, value: f64, ) -> i32
Expand description

Set the relative tolerance for an ODE.

ยงSafety

ode must be a valid mutable pointer created by this library.