Skip to content

Commit 5c1d725

Browse files
authored
Merge pull request #183 from ThePurox/patch-2
Fix Typo in Tutorial 11
2 parents 9f04082 + f98dc4f commit 5c1d725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsi_tutorial.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# <a name="geometry"></a>
6767
# ```
6868
# ### Geometry and Discrete model
69-
# In this tutorial we solve the benchmark descrived in [1], consisting on a flow over an elastic flag after a cylinder.
69+
# In this tutorial we solve the benchmark described in [1], consisting on a flow over an elastic flag after a cylinder.
7070
# 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.
7171
#
7272
# In order to load the discrete model we first setup Gridap

0 commit comments

Comments
 (0)