Tutorial 1 (#58)

This commit is contained in:
Dario Coscia
2022-12-20 10:15:37 +01:00
committed by GitHub
parent c52ee03b53
commit b3cd6d59d0
6 changed files with 934 additions and 3 deletions

6
tutorials/README.md vendored
View File

@@ -5,8 +5,8 @@ In this folder we collect useful tutorials in order to understand the principles
| Name | Description | Type of Problem |
|-------|---------------|-------------------|
| Tutorial1 [[.ipynb](), [.py](), [.html]()]| Coming soon | |
| Tutorial2 [[.ipynb](tutorial2/tutorial.ipynb), [.py](tutorial2/tutorial.py), [.html](http://mathlab.github.io/PINA/_rst/tutorial1/tutorial-1.html)]| Poisson problem on regular domain using extra features | `SpatialProblem` |
| Tutorial3 [[.ipynb](tutorial3/tutorial.ipynb), [.py](tutorial3/tutorial.py), [.html]()]| Wave problem on regular domain using custom pytorch networks. | `SpatialProblem`, `TimeDependentProblem` |
| Tutorial1 [[.ipynb](tutorial1/tutorial.ipynb), [.py](tutorial1/tutorial.py), [.html](http://mathlab.github.io/PINA/_rst/tutorial1/tutorial-1.html)]| Introduction to PINA features | `SpatialProblem` |
| Tutorial2 [[.ipynb](tutorial2/tutorial.ipynb), [.py](tutorial2/tutorial.py), [.html](http://mathlab.github.io/PINA/_rst/tutorial2/tutorial-1.html)]| Poisson problem on regular domain using extra features | `SpatialProblem` |
| Tutorial3 [[.ipynb](tutorial3/tutorial.ipynb), [.py](tutorial3/tutorial.py), [.html](http://mathlab.github.io/PINA/_rst/tutorial3/tutorial-1.html)]| Wave problem on regular domain using custom pytorch networks. | `SpatialProblem`, `TimeDependentProblem` |