Skip to main content

diffsol_ode_get_rtol

Function diffsol_ode_get_rtol 

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

Return the relative tolerance configured for an ODE.

ยงSafety

ode must be a valid pointer created by this library. out_value must be a valid, writable pointer.