mesh-sieve 4.0.1

Modular, high-performance Rust library for mesh and data management, designed for scientific computing and PDE codes.
Documentation
1
2
3
4
//! Physics helpers built on mesh-sieve data structures.

pub mod fe;
pub mod fvm;