Module rhs

Module rhs 

Source
Expand description

Exports the Rhs struct that carries objects and methods for solving the right-hand side of a set of equations.

Re-exports§

pub use self::numflux::hll::Hll;
pub use self::numflux::kt::Kt;
pub use self::numflux::NumFlux;

Modules§

numflux
Exports the NumFlux trait that identifies structs that can calculate numerical flux.

Structs§

Rhs
Carries objects and methods for solving the right-hand side of a set of equations.