Metadata-Version: 2.4
Name: fem-sim
Version: 0.2.1
Summary: wave equation using FEM
Author-email: Matthew Bradley <matthewbradley2002@gmail.com>
License-Expression: MIT
License-File: LICENSE
License-File: licenses/NOTICES.md
Requires-Python: <4.0,>=3.10
Requires-Dist: matplotlib<4.0.0,>=3.10.0
Requires-Dist: meshpy<2023.0.0,>=2022.1.3
Requires-Dist: numexpr<3.0.0,>=2.10.2
Requires-Dist: numpy<3.0.0,>=2.2.2
Requires-Dist: typer<0.16.0,>=0.15.2
Requires-Dist: typing-extensions<5.0.0,>=4.12.2
Provides-Extra: dev
Requires-Dist: commitizen>=4.8.3; extra == 'dev'
Requires-Dist: mypy>=1.17.1; extra == 'dev'
Requires-Dist: ruff>=0.12.9; extra == 'dev'
Description-Content-Type: text/markdown

Python CLI application to calculate and animate waves in 1D and 2D, using the weak formulation of the wave equation and the finite element method to numerically calculate the solution for any user-defined continuous function.

examples and docs are located in my github repo! https://github.com/LocoForHotcocoa/fem
