Rust wrapper for MFEM.
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! :)
This is a monorepo with the following 3 cargo
packages in a workspace:
mfem
Wrapsmfem-sys
to support writing idiomatic Rust.mfem-sys
Binds (viacxx
) tomfem-cpp
and encodes ownership rules.mfem-cpp
Provides the C MFEM library as acargo
package.
See the README.md
file of each crate for more information.