Skip to content

Commit 78c6427

Browse files
committed
doc
1 parent 32b10d6 commit 78c6427

1 file changed

Lines changed: 24 additions & 16 deletions

File tree

docs/source/_tutorial.rst

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,43 @@
1-
PINA Tutorials
2-
======================
1+
🚀 Welcome to the PINA Tutorials!
2+
==================================
33

44

5-
In this folder we collect useful tutorials in order to understand the principles and the potential of **PINA**.
5+
In this folder we collect useful tutorials in order to understand the principles and the potential of **PINA**.
6+
Whether you're just getting started or looking to deepen your understanding, these resources are here to guide you.
67

78
Getting started with PINA
89
-------------------------
910

10-
- `Introduction to PINA for Physics Informed Neural Networks training <tutorial1/tutorial.html>`_
11+
- `Introductory Tutorial: A Beginner's Guide to PINA <tutorial17/tutorial.html>`_
12+
- `How to build a Problem in PINA <tutorial16/tutorial.html>`_
13+
- `Introduction to Solver classes <tutorial18/tutorial.html>`_
14+
- `Introduction to Trainer class <tutorial11/tutorial.html>`_
15+
- `Data structure for SciML: Tensor, LabelTensor, Data and Graph <tutorial19/tutorial.html>`_
16+
- `Building geometries with DomainInterface class <tutorial6/tutorial.html>`_
1117
- `Introduction to PINA Equation class <tutorial12/tutorial.html>`_
12-
- `PINA and PyTorch Lightning, training tips and visualizations <tutorial11/tutorial.html>`_
13-
- `Building custom geometries with PINA Location class <tutorial6/tutorial.html>`_
14-
1518

1619
Physics Informed Neural Networks
1720
--------------------------------
1821

19-
- `Two dimensional Poisson problem using Extra Features Learning <tutorial2/tutorial.html>`_
20-
- `Two dimensional Wave problem with hard constraint <tutorial3/tutorial.html>`_
21-
- `Resolution of a 2D Poisson inverse problem <tutorial7/tutorial.html>`_
22-
- `Periodic Boundary Conditions for Helmotz Equation <tutorial9/tutorial.html>`_
23-
- `Multiscale PDE learning with Fourier Feature Network <tutorial13/tutorial.html>`_
22+
- `Introductory Tutorial: Physics Informed Neural Networks with PINA <tutorial1/tutorial.html>`_
23+
- `Enhancing PINNs with Extra Features to solve the Poisson Problem <tutorial2/tutorial.html>`_
24+
- `Applying Hard Constraints in PINNs to solve the Wave Problem <tutorial3/tutorial.html>`_
25+
- `Applying Periodic Boundary Conditions in PINNs to solve the Helmotz Problem <tutorial9/tutorial.html>`_
26+
- `Inverse Problem Solving with Physics-Informed Neural Network <tutorial7/tutorial.html>`_
27+
- `Learning Multiscale PDEs Using Fourier Feature Networks <tutorial13/tutorial.html>`_
28+
- `Learning Bifurcating PDE Solutions with Physics-Informed Deep Ensembles <tutorial14/tutorial.html>`_
2429

2530
Neural Operator Learning
2631
------------------------
2732

28-
- `Two dimensional Darcy flow using the Fourier Neural Operator <tutorial5/tutorial.html>`_
29-
- `Time dependent Kuramoto Sivashinsky equation using the Averaging Neural Operator <tutorial10/tutorial.html>`_
33+
- `Introductory Tutorial: Neural Operator Learning with PINA <tutorial21/tutorial.html>`_
34+
- `Modeling 2D Darcy Flow with the Fourier Neural Operator <tutorial5/tutorial.html>`_
35+
- `Solving the Kuramoto-Sivashinsky Equation with Averaging Neural Operator <tutorial10/tutorial.html>`_
3036

3137
Supervised Learning
3238
-------------------
3339

34-
- `Unstructured convolutional autoencoder via continuous convolution <tutorial4/tutorial.html>`_
35-
- `POD-RBF and POD-NN for reduced order modeling <tutorial8/tutorial.html>`_
40+
- `Introductory Tutorial: Supervised Learning with PINA <tutorial20/tutorial.html>`_
41+
- `Chemical Properties Prediction with Graph Neural Networks <tutorial25/tutorial.html>`_
42+
- `Unstructured Convolutional Autoencoders with Continuous Convolution <tutorial4/tutorial.html>`_
43+
- `Reduced Order Modeling with POD-RBF and POD-NN Approaches for Fluid Dynamics <tutorial8/tutorial.html>`_

0 commit comments

Comments
 (0)