mfem-sys
Part of mfem-rs, a Rust wrapper for MFEM.
⚠️ Work in Progress ⚠️
This crate is currently under heavy development and as such, is likely unstable.
Please file an issue and bear with us while we sort things out! Thanks! :)
About
- If you just want to use MFEM from Rust, depend on the
mfemcrate instead. - This crate is very low level and thus cumbersom to use.
- A safe FFI (foreign-function interface) to use MFEM from Rust.
- Uses the
cxxcrate to generate safe and correct bindings. - Encodes MFEM's ownership rules into Rust's type system.
- Turns various MFEM
intconstants into type-safe Rustenums. - Depends on
mfem-cpp.