Metadata-Version: 2.1
Name: mufem
Version: 0.5.65a0
Summary: A finite-element framework focused on multi-physics applications, engine included.
Author: Raiden Numerics LLC
Author-email: mufem@raiden-numerics.com
License: Proprietary
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: Other/Proprietary License
Requires-Python: >=3.12
Requires-Dist: numpy
Requires-Dist: matplotlib
Description-Content-Type: text/markdown

# mufem

**μfem** is an application-focused finite element package built on top of [mfem](https://www.mfem.org).

It provides a simple Python interface for modeling multiphysics applications including
high- and low-frequency electromagnetic phenomena, magnetohydrodynamics, thermal, and flow problems.

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

## Installation

```sh
pip install mufem
```
