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: .. code-block:: bash cd tutorials jupyter notebook Or run individual Python scripts: .. code-block:: bash 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 :doc:`contributing` guide for more information.