Enum cvode_wrap::LinearMultistepMethod [−][src]
#[repr(i32)]
pub enum LinearMultistepMethod {
Adams,
Bdf,
}Expand description
An integration method.
Variants
Recomended for non-stiff problems.
Recommended for stiff problems.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LinearMultistepMethodimpl Send for LinearMultistepMethodimpl Sync for LinearMultistepMethodimpl Unpin for LinearMultistepMethodimpl UnwindSafe for LinearMultistepMethod