Metadata-Version: 2.4
Name: mufem
Version: 0.4.37b0
Summary: A finite-element framework focused on multi-physics applications.
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
Requires-Dist: libmufem==0.4.37b0
Requires-Dist: numpy
Requires-Dist: matplotlib
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-dist
Dynamic: requires-python
Dynamic: summary

# 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
```
