From dc1a2463fb5ffe2c88e73e5cf2ea186d67958d39 Mon Sep 17 00:00:00 2001 From: Nicola Demo Date: Tue, 22 Mar 2022 15:13:27 +0100 Subject: [PATCH] Update README.md --- tutorials/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tutorials/README.md b/tutorials/README.md index 5672166..c699f78 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -1,10 +1,10 @@ # 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. +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 | -|-------|---------------| -| Tutorial1 [[.ipynb](tutorial1/tutorial-1.ipynb), [.py](tutorial1/tutorial-1.py), [.html](http://mathlab.github.io/PINA/_rst/tutorial1/tutorial-1.html)]| implementation of a Poisson problem in PINA | +| Name | Description | Type of Problem | +|-------|---------------|-------------------| +| Tutorial1 [[.ipynb](tutorial1/tutorial-1.ipynb), [.py](tutorial1/tutorial-1.py), [.html](http://mathlab.github.io/PINA/_rst/tutorial1/tutorial-1.html)]| Poisson problem on regular domain using extra features | `SpatialProblem` |