Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Oct 24, 2023
1 parent c7cdbcc commit 457af4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/julia/heater_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ thermal_diffisitivities = [
# %% tags=["remove-stderr", "hide-output"]
model = GmshDiscreteModel("mesh.msh")
Ω = Triangulation(model)
= Measure(Ω, 1)

labels = get_face_labeling(model)
tags = get_face_tag(labels, num_cell_dims(model))
Expand Down

0 comments on commit 457af4b

Please sign in to comment.