Skip to content

Commit 3c87f94

Browse files
committed
Finish trailing sentence (#270)
1 parent 27f9c84 commit 3c87f94

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

chapter2/amr.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@
324324
"+ \\sum_{E\\in\\mathcal{F}_i}\\frac{h}{2} \\vert [\\nabla \\cdot \\mathbf{n}_E ]\\vert^2~\\mathrm{d}s\n",
325325
"\\end{align*}\n",
326326
"\n",
327-
"where $\\mathcal{T}_h$ is the collection of cells in the mesh, $\\mathcal{F}_i$ the collection"
327+
"where $\\mathcal{T}_h$ is the collection of cells in the mesh, $\\mathcal{F}_i$ the collection of interior facets\n",
328+
"(those connected to two cells)."
328329
]
329330
},
330331
{

chapter2/amr.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ def solve(
199199
# + \sum_{E\in\mathcal{F}_i}\frac{h}{2} \vert [\nabla \cdot \mathbf{n}_E ]\vert^2~\mathrm{d}s
200200
# \end{align*}
201201
#
202-
# where $\mathcal{T}_h$ is the collection of cells in the mesh, $\mathcal{F}_i$ the collection
202+
# where $\mathcal{T}_h$ is the collection of cells in the mesh, $\mathcal{F}_i$ the collection of interior facets
203+
# (those connected to two cells).
203204

204205

205206
def mark_cells(uh_r: dolfinx.fem.Function, lam: float):

0 commit comments

Comments
 (0)