Skip to content

Commit 2931240

Browse files
authored
Fix typo (#184)
1 parent e564260 commit 2931240

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chapter2/linearelasticity_code.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"metadata": {},
7070
"source": [
7171
"## Boundary conditions\n",
72-
"As we would like to clamp the boundary at $x=0$, we do this by using a marker function, which locate the facets where $x$ is close to zero by machine prescision."
72+
"As we would like to clamp the boundary at $x=0$, we do this by using a marker function, which locate the facets where $x$ is close to zero by machine precision."
7373
]
7474
},
7575
{

chapter2/linearelasticity_code.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252

5353
# ## Boundary conditions
54-
# As we would like to clamp the boundary at $x=0$, we do this by using a marker function, which locate the facets where $x$ is close to zero by machine prescision.
54+
# As we would like to clamp the boundary at $x=0$, we do this by using a marker function, which locate the facets where $x$ is close to zero by machine precision.
5555

5656
# +
5757
def clamped_boundary(x):

0 commit comments

Comments
 (0)