From b9c054ca8bd9fb31d9f1048f35090efbad92d42f Mon Sep 17 00:00:00 2001 From: Umberto Villa Date: Mon, 1 Jul 2024 16:34:34 -0500 Subject: [PATCH] Update tutorial_v3.0.0.md --- src/tutorial_v3.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tutorial_v3.0.0.md b/src/tutorial_v3.0.0.md index 04bbe76..159118f 100644 --- a/src/tutorial_v3.0.0.md +++ b/src/tutorial_v3.0.0.md @@ -3,7 +3,7 @@ These tutorials are the best place to learn about the basic features and the algorithms in `hIPPYlib`. > For the complete API reference click [here](http://hippylib.readthedocs.io/en/latest/index.html). -> Other versions [2.3.0](tutorial_v2.3.0), [1.6.0](tutorial_v1.6.0) +> Other versions [2.3.0](tutorial_v2.3.0.md), [1.6.0](tutorial_v1.6.0.md) 1. [FEniCS101](tutorials_v3.0.0/1_FEniCS101.md) notebook illustrates the use of FEniCS for the solution of a linear boundary value problem. 2. [Poisson Deterministic](tutorials_v3.0.0/2_PoissonDeterministic.md) notebook illustrates how to compute gradient/Hessian information and solve a non-linear parameter inversion for the Poisson equation in a deterministic setting.