From f98dc4f37d7f9324cd0ab4e4c4d52af33064c0ce Mon Sep 17 00:00:00 2001 From: ThePurox <28731015+ThePurox@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:21:00 +0200 Subject: [PATCH] Fix Typo --- src/fsi_tutorial.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fsi_tutorial.jl b/src/fsi_tutorial.jl index b4502e0..b1ba2a4 100644 --- a/src/fsi_tutorial.jl +++ b/src/fsi_tutorial.jl @@ -66,7 +66,7 @@ # # ``` # ### Geometry and Discrete model -# In this tutorial we solve the benchmark descrived in [1], consisting on a flow over an elastic flag after a cylinder. +# In this tutorial we solve the benchmark described in [1], consisting on a flow over an elastic flag after a cylinder. # The computational domain is defined by a channel of size $\Omega \doteq (0,4.5)\times(0,0.41)$, with an embedded cylinder of radius $R=0.05$ and center at $C=(0.2,0.2)$. The associated FE triangulation is denoted by $\mathcal{T}$, the fluid and solid domain and their associated triangulations will be denoted by $\Omega_{\rm F}$, $\Omega_{\rm S}$, $\mathcal{T}_{\rm F}$ and $\mathcal{T}_{\rm S}$, respectively. # # In order to load the discrete model we first setup Gridap