Skip to content

Commit fedf588

Browse files
committed
update tutorials
1 parent ed1b64c commit fedf588

14 files changed

Lines changed: 3529 additions & 782 deletions

File tree

tutorials/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,19 @@ In this folder we collect useful tutorials in order to understand the principles
66

77
| Description | Tutorial |
88
|---------------|-----------|
9-
Introduction to PINA for Physics Informed Neural Networks training|[[.ipynb](tutorial1/tutorial.ipynb), [.py](tutorial1/tutorial.py), [.html](http://mathlab.github.io/PINA/_rst/tutorials/tutorial1/tutorial.html)]|
9+
Introductory Tutorial: A Beginner’s Guide to PINA|[[.ipynb](tutorial17/tutorial.ipynb), [.py](tutorial17/tutorial.py), [.html](http://mathlab.github.io/PINA/_rst/tutorials/tutorial17/tutorial.html)]|
10+
How to build a `Problem` in PINA|[[.ipynb](tutorial16/tutorial.ipynb), [.py](tutorial16/tutorial.py), [.html](http://mathlab.github.io/PINA/_rst/tutorials/tutorial16/tutorial.html)]|
11+
Introduction to Solver classes|[[.ipynb](tutorial18/tutorial.ipynb), [.py](tutorial18/tutorial.py), [.html](http://mathlab.github.io/PINA/_rst/tutorials/tutorial18/tutorial.html)]|
12+
Introduction to `Trainer` class|[[.ipynb](tutorial11/tutorial.ipynb), [.py](tutorial11/tutorial.py), [.html](http://mathlab.github.io/PINA/_rst/tutorials/tutorial11/tutorial.html)]|
13+
Data structure for SciML: `Tensor`, `LabelTensor`, `Data` and `Graph` |[[.ipynb](tutorial19/tutorial.ipynb), [.py](tutorial19/tutorial.py), [.html](http://mathlab.github.io/PINA/_rst/tutorials/tutorial19/tutorial.html)]|
14+
Building geometries with `DomainInterface` class|[[.ipynb](tutorial6/tutorial.ipynb), [.py](tutorial6/tutorial.py), [.html](http://mathlab.github.io/PINA/_rst/tutorials/tutorial6/tutorial.html)]|
1015
Introduction to PINA `Equation` class|[[.ipynb](tutorial12/tutorial.ipynb), [.py](tutorial12/tutorial.py), [.html](http://mathlab.github.io/PINA/_rst/tutorials/tutorial12/tutorial.html)]|
11-
PINA and PyTorch Lightning, training tips and visualizations|[[.ipynb](tutorial11/tutorial.ipynb), [.py](tutorial11/tutorial.py), [.html](http://mathlab.github.io/PINA/_rst/tutorials/tutorial11/tutorial.html)]|
12-
Building custom geometries with PINA `Location` class|[[.ipynb](tutorial6/tutorial.ipynb), [.py](tutorial6/tutorial.py), [.html](http://mathlab.github.io/PINA/_rst/tutorials/tutorial6/tutorial.html)]|
1316

1417

1518
## Physics Informed Neural Networks
1619
| Description | Tutorial |
1720
|---------------|-----------|
21+
Introduction to Physics Informed Neural Networks training|[[.ipynb](tutorial1/tutorial.ipynb), [.py](tutorial1/tutorial.py), [.html](http://mathlab.github.io/PINA/_rst/tutorials/tutorial1/tutorial.html)]|
1822
Two dimensional Poisson problem using Extra Features Learning     |[[.ipynb](tutorial2/tutorial.ipynb), [.py](tutorial2/tutorial.py), [.html](http://mathlab.github.io/PINA/_rst/tutorials/tutorial2/tutorial.html)]|
1923
Two dimensional Wave problem with hard constraint |[[.ipynb](tutorial3/tutorial.ipynb), [.py](tutorial3/tutorial.py), [.html](http://mathlab.github.io/PINA/_rst/tutorials/tutorial3/tutorial.html)]|
2024
Resolution of a 2D Poisson inverse problem |[[.ipynb](tutorial7/tutorial.ipynb), [.py](tutorial7/tutorial.py), [.html](http://mathlab.github.io/PINA/_rst/tutorials/tutorial7/tutorial.html)]|

tutorials/static/API_color.png

121 KB
Loading

tutorials/static/pina_logo.png

51.3 KB
Loading

tutorials/static/pina_wokflow.png

442 KB
Loading

tutorials/tutorial1/tutorial.ipynb

Lines changed: 163 additions & 375 deletions
Large diffs are not rendered by default.

tutorials/tutorial11/logging.png

27.1 KB
Loading

0 commit comments

Comments
 (0)