mantaray 0.2.0

Ray-tracing solver for ocean surface gravity waves that integrates the wave ray equations over spatially varying currents and bathymetry.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Tests
//!
//! Simple Integration tests in Rust

#[cfg(test)]
mod linear_beach;
#[cfg(test)]
mod test_constant_depth;
#[allow(dead_code)]
#[cfg(test)]
mod helper;