fix tutorials latex and links (#261)

This commit is contained in:
Dario Coscia
2024-03-10 10:23:35 +01:00
committed by GitHub
parent 4f911f88ca
commit ada9643c11
15 changed files with 84 additions and 284 deletions

View File

@@ -5,7 +5,7 @@
"id": "dbbb73cb-a632-4056-bbca-b483b2ad5f9c",
"metadata": {},
"source": [
"# Tutorial 8: Reduced order model (PODNN) for parametric problems"
"# Tutorial: Reduced order model (PODNN) for parametric problems"
]
},
{

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python
# coding: utf-8
# # Tutorial 8: Reduced order model (PODNN) for parametric problems
# # Tutorial: Reduced order model (PODNN) for parametric problems
# The tutorial aims to show how to employ the **PINA** library in order to apply a reduced order modeling technique [1]. Such methodologies have several similarities with machine learning approaches, since the main goal consists of predicting the solution of differential equations (typically parametric PDEs) in a real-time fashion.
#