Metadata-Version: 2.4
Name: pyhelmholtz
Version: 0.1.0
Summary: PyHelmholtz is a framework for benchmarking absorbing boundary methods for 2D Helmholtz equation.
Author-email: Sirawit Inpuak <sirawit.inp@hotmail.com>, Chaiwoot Boonyasiriwat <chaiwoot@gmail.com>
Project-URL: Homepage, https://github.com/chaiwoot/PyHelmholtz
Project-URL: Issues, https://github.com/chaiwoot/PyHelmholtz/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.20.0
Requires-Dist: scipy>=1.7.0
Requires-Dist: matplotlib
Requires-Dist: scikit-sparse
Requires-Dist: mpi4py; sys_platform == "linux"
Requires-Dist: pymumps; sys_platform == "linux"

# PyHelmholtz

A Python package for solving the 2D Helmholtz equation and benchmarking absorbing boundary methods.

## Installation
```bash
pip install pyhelmholtz
