Metadata-Version: 2.4
Name: pynitevolumes_edu
Version: 0.0.1
Summary: A package to solve PDE using the finite volumes framework through the edge description of the mesh
Author-email: Dominique Benielli <dominique.benielli@univ-amu.fr>, Florence Hubert <florence.hubert@univ-amu.fr>, Julien Olivier <julien.olivier@univ-amu.fr>, Thomas Rey <thomas.rey1@free.fr>
Maintainer-email: Florence Hubert <florence.hubert@univ-amu.fr>, Julien Olivier <julien.olivier@univ-amu.fr>
License-Expression: MIT
Keywords: PDE,partial differential equations,scientific computing,finite volumes
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: >=3.12
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: defusedxml
Requires-Dist: xarray
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: mypy; extra == "test"
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinxcontrib-video; extra == "doc"
Requires-Dist: sphinxcontrib-bibtex; extra == "doc"
Requires-Dist: sphinx-gallery; extra == "doc"
Requires-Dist: sphinx-rtd-theme; extra == "doc"
