Skip to main content

diffsol_ode_set_t0

Function diffsol_ode_set_t0 

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

Set the initial time for an ODE.

ยงSafety

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