Tutorials

Getting Started with PyGeoN

PyGeoN provides tutorials to help you get started with the package. The tutorials are available in the tutorials directory of the repository.

Available Tutorials

The tutorials cover various aspects of PyGeoN, including:

  • Structure-preserving discretizations

  • Mixed-dimensional modeling

  • Integration with PorePy

  • Advanced numerical methods

Running Tutorials

To run the tutorials, navigate to the tutorials/ directory and execute the Jupyter notebooks or Python scripts:

cd tutorials
jupyter notebook

Or run individual Python scripts:

python tutorial_name.py

Contributing Tutorials

If you have developed a tutorial that showcases PyGeoN features, please consider contributing it back to the repository. See the Contributing guide for more information.