Skip to content
This repository was archived by the owner on May 12, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 965 Bytes

File metadata and controls

18 lines (13 loc) · 965 Bytes

dagon

Build Status Coverage Status Docs Dev

An astrophysical hydrodynamics and n-body experiment in Rust.

Very experimental and definitely not stable! I'm mainly trying implementing a few ideas in Rust, but am currently not (yet) focusing on "good" solutions. So if some parts are ugly, please let me know, but I will likely restructure/rewrite much of the code anyways.

Testing for unstable numerical expressions

The herbie linter can be used to look for unstable numerical expressions. To enable linting during compilation, add the "herbie-lint" feature to your cargo command.