Skip to content

A Python package for consistent mixed-dimensional discretizations in porous media

License

Notifications You must be signed in to change notification settings

compgeo-mox/pygeon

Repository files navigation

Pytest Mypy, black, isort, flake8 CodeQL DOI License: GPL v3 Code style: black

PyGeoN: a Python package for Geo-Numerics

Installation for Linux

PyGeoN requires Python >= 3.12

Since for many functionalities PyGeoN depends on PorePy, we assume that the latter is accessible in your PYTHONPATH. Otherwise, if PorePy has not been installed, execute the line

pip install -r requirements.txt

Then to install PyGeoN at user level, in editable way, type

pip install -e .

avoid the -e if you do not want the editable version. It might be useful to add PyGeoN to your PYTHONPATH.

Issues

Create an issue.

Getting started

See the tutorials.

Papers

For a list of papers that use PyGeoN see papers.

License

See license.