Metadata-Version: 2.1
Name: mufem
Version: 0.5.78a0
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 :: Microsoft :: Windows
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: fast and accurate simulations

**mufem** (pronounced /ˈmjuːfɛm/) is a finite-element simulation code for
**electromagnetics**, **photonics**, and **plasmas**, and their **coupled multi-physics problems**,
built for **industry-relevant** engineering applications.

mufem is driven through a **Python interface**, making it ideal for exploratory work, **parametric
studies** and **design optimization**, and a natural fit for **agentic workflows**. It is built on
top of [MFEM](https://www.mfem.org) and is **free for both academic and commercial use**.

For tutorials and the full API reference see the
[mufem documentation](https://raiden-numerics.github.io/mufem/).

## Installation

```sh
pip install mufem
```
