Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.01 KB

File metadata and controls

30 lines (19 loc) · 1.01 KB

mfem-rs

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

This is a monorepo with the following 3 cargo packages in a workspace:

  • mfem
    Wraps mfem-sys to support writing idiomatic Rust.
  • mfem-sys
    Binds (via cxx) to mfem-cpp and encodes ownership rules.
  • mfem-cpp
    Provides the C++ MFEM library as a cargo package.

See the README.md file of each crate for more information.

Talks

Talk at the MFEM Community Workshop 2024:

MFEM Workshop 2024 | Rust Wrapper

Longer and more detailed talk at the Tokyo Rust meetup:

Wrapping C++ (MFEM) in Rust