vonkarman-core 0.2.0

Core types and traits for the vonkarman Navier-Stokes solver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod complex;
pub mod domain;
pub mod field;
pub mod float;
pub mod kahan;
pub mod spectral_ops;

// Convenient re-exports
pub use domain::{Domain, DomainType, PhysicsParams, Snapshot};
pub use field::{GridSpec, ScalarField, VectorField};
pub use float::Float;
pub use spectral_ops::SpectralOps;