Skip to content

Commit

Permalink
fix equation
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Oct 12, 2023
1 parent 27acb7e commit 9681b2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/julia/thermal_simple.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ constant = tag -> 1
# ϕ(x)=x
# $$
# This would mean the average of the potential over the domain should be
# $$ \int ϕ dA / \int 1 dA = 0.5 $$
# $$
# \int ϕ dA / \int 1 dA = 0.5
# $$

# %% tags=[]
p0 = compute_potential(constant τ, Dict("left" => 0.0, "right" => 1.0))
Expand Down

0 comments on commit 9681b2c

Please sign in to comment.