Struct ndarray_odeint::model::lorenz63::Lorenz63 [] [src]

pub struct Lorenz63 {
    pub p: f64,
    pub r: f64,
    pub b: f64,
}

Fields

Methods

impl Lorenz63
[src]

Trait Implementations

impl Clone for Lorenz63
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Lorenz63
[src]

impl Debug for Lorenz63
[src]

Formats the value using the given formatter.

impl Default for Lorenz63
[src]

Returns the "default value" for a type. Read more

impl ModelSize<Ix1> for Lorenz63
[src]

impl<S> Explicit<S, Ix1> for Lorenz63 where
    S: DataMut<Elem = f64>, 
[src]

calculate right hand side (rhs) of Explicit from current state

impl<Sn, Sd> SemiImplicitDiag<Sn, Sd, Ix1> for Lorenz63 where
    Sn: DataMut<Elem = f64>,
    Sd: DataOwned<Elem = f64>, 
[src]

non-linear part of stiff equation

Linear part of Explicit (assume to be diagonalized)