From 23a3f6e8a203dd7ba47b240c44bbc2e8e936d445 Mon Sep 17 00:00:00 2001 From: Francesco Andreuzzi Date: Fri, 5 Mar 2021 10:51:05 +0100 Subject: [PATCH 1/2] fix tutorial links --- tutorials/README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/tutorials/README.md b/tutorials/README.md index 0eb62b51..5ead3c26 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -2,14 +2,11 @@ In this folder you can find a collection of useful tutorials in order to understand the principles and the potential of **EZyRB**. -#### [Tutorial 1 - Offline phase](tutorial-1-offline-phase.ipynb) -Here we show the typical workflow for the construcion of the reduced basis space, called offline phase. The model reduction is done on a vtk pressure field. - -#### [Tutorial 2 - Online phase](tutorial-2-online-phase.ipynb) -In this tutorial we show the workflow for the online evaluation of the output of interest. It is the natural continuation of the first tutorial on the vtk pressure field. - -#### [Tutorial 3 - Output interpolation](tutorial-3-interpolation.ipynb) -Here we show how use the module mapper in order to interpolate the solutions (computed on meshes with different dimensions) on a new fixed dimension mesh. +#### [Tutorial 1](tutorial-1.ipynb) +Here we show the typical workflow on a vtk pressure field for: +1. The construcion of the reduced basis space, called offline phase; +2. The online evaluation of the output of interest; +3. Using the module mapper in order to interpolate the solutions (computed on meshes with different dimensions) on a new fixed dimension mesh. #### More to come... From 716dec9613b6c0247080114db837750a6d2cb2e1 Mon Sep 17 00:00:00 2001 From: francescoandreuzzi Date: Fri, 5 Mar 2021 12:14:22 +0100 Subject: [PATCH 2/2] removed third bullet (reference to non-existent module) --- tutorials/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tutorials/README.md b/tutorials/README.md index 5ead3c26..fbea9f4a 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -5,8 +5,7 @@ In this folder you can find a collection of useful tutorials in order to underst #### [Tutorial 1](tutorial-1.ipynb) Here we show the typical workflow on a vtk pressure field for: 1. The construcion of the reduced basis space, called offline phase; -2. The online evaluation of the output of interest; -3. Using the module mapper in order to interpolate the solutions (computed on meshes with different dimensions) on a new fixed dimension mesh. +2. The online evaluation of the output of interest. #### More to come...