Files
PINA/tutorials/README.md
Dario Coscia 43682dd4ca adding new tutorial (#42)
* adding new tutorial
* Update tutorial.rst
2022-12-06 11:40:42 +01:00

13 lines
935 B
Markdown
Vendored

# Tutorials
In this folder we collect useful tutorials in order to understand the principles and the potential of **PINA**. Please read the following table for details about the tutorials. The HTML version of all the tutorials is available also within the [documentation](http://mathlab.github.io/PINA/).
| 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` |