File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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
205206def mark_cells (uh_r : dolfinx .fem .Function , lam : float ):
You can’t perform that action at this time.
0 commit comments