mfem-cpp

Crates.iomfem-cpp
lib.rsmfem-cpp
version0.2.0+mfem-4.6.0
sourcesrc
created_at2024-05-12 14:52:10.016564
updated_at2024-10-19 14:18:18.395715
descriptionStatic build of MFEM for use as a Rust dependency
homepage
repositoryhttps://github.com/mkovaxx/mfem-rs
max_upload_size
id1237530
size18,972,179
Máté Kovács (mkovaxx)

documentation

README

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 provides mfem_path() to be used by mfem-sys.

Credits

Commit count: 73

cargo fmt