3 unstable releases
new 0.2.0+mfem-4.6.0 | Oct 19, 2024 |
---|---|
0.1.1+mfem-4.6.0 | May 15, 2024 |
0.1.0+mfem-4.6.0 | May 12, 2024 |
#199 in Science
152 downloads per month
Used in mfem-sys
13MB
349K
SLoC
mfem-cpp
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
mfem
crate instead. - Provides a specific version of MFEM (currently 4.6.0).
- The version of MFEM is part of the package version, e.g.
mfem-cpp = "0.1.0+mfem-4.6.0"
- Has a feature called
bundled
.- on: Build MFEM from bundled source code.
- off: Find (with CMake) MFEM installed on the system.
- The
lib.rs
providesmfem_path()
to be used bymfem-sys
.
Credits
- The nifty CMake setup was copied from opencascade-rs.