Skip to content

Chris00/mfem-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rust wrapper for MFEM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 85.6%
  • C++ 13.1%
  • CMake 1.3%