Skip to content

Commit

Permalink
FIx typo in example heat_equation.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DRollin authored Jan 10, 2025
1 parent 42da30d commit 06ddb1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/literate-tutorials/heat_equation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# The resulting weak form is given given as follows: Find ``u \in \mathbb{U}`` such that
# ```math
# \int_{\Omega} \nabla \delta u \cdot \nabla u \mathrm{d}\Omega
# \int_{\Gamma^{\text{P}/\text{M}}} [\![ \delta u ]\!] [\![ u ]\!] \mathrm{d}\Gamma
# + \int_{\Gamma^{\text{P}/\text{M}}} [\![ \delta u ]\!] [\![ u ]\!] \mathrm{d}\Gamma
# = 0 \quad \forall \delta u \in \mathbb{T},
# ```
# where $\delta u$ is a test function, and where $\mathbb{U}$ and $\mathbb{T}$ are suitable
Expand Down Expand Up @@ -259,4 +259,4 @@ CairoMakie.save("heat_equation_result.png", fig);
#md #
#md # ```julia
#md # @__CODE__
#md # ```
#md # ```

0 comments on commit 06ddb1e

Please sign in to comment.