Skip to main content

RhsSensGradFunc

Type Alias RhsSensGradFunc 

Source
pub type RhsSensGradFunc<T> = unsafe extern "C" fn(time: T, u: *const T, data: *const T, ddata: *mut T, rr: *const T, drr: *mut T, thread_id: u32, thread_dim: u32);