Metadata-Version: 2.4
Name: libmufem
Version: 0.5.64
Summary: Native engine library for mufem — interpreter-independent.
Home-page: https://www.raiden-numerics.com/mufem/
Author: Raiden Numerics LLC
Author-email: mufem@raiden-numerics.com
License: Proprietary
Project-URL: Documentation, https://www.raiden-numerics.com/mufem/
Project-URL: Examples, https://github.com/Raiden-Numerics/mufem-examples
Project-URL: Source, https://github.com/Raiden-Numerics/mufem
Keywords: finite element,mfem,fem,multiphysics,electromagnetics,thermal,cfd
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

# libmufem

**libmufem** ships the μfem C++ engine as a shared library together with its
third-party runtime dependencies ([MFEM](https://www.mfem.org), Open MPI,
hypre, …).

It is consumed by the [mufem](https://pypi.org/project/mufem/) package, which
provides the Python bindings; `mufem` declares an exact-version dependency on
this package, so each released `mufem-X.Y.Z` requires `libmufem==X.Y.Z`.

For more details, visit: [mufem documentation](https://www.raiden-numerics.com/mufem/) and
[mufem examples](https://github.com/Raiden-Numerics/mufem-examples).

## Installation

You normally do not install `libmufem` directly — installing `mufem` pulls it
in automatically:

pip install mufem
