Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Nov 6, 2023
1 parent 95edab9 commit a72cb36
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/julia/waveguide_bent.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,16 @@ CairoMakie.inline!(true)
# %% tags=["remove-stderr"]
radiuss = 1:0.5:5
wg_width = 0.5
sim_right = 4
sim_bottom = 4
neffs = ComplexF64[]
for radius in radiuss
write_mesh(radius = radius, wg_width = wg_width)
write_mesh(
radius = radius,
wg_width = wg_width,
sim_right = sim_right,
sim_bottom = sim_bottom,
)
model = GmshDiscreteModel("mesh.msh")
Ω = Triangulation(model)
labels = get_face_labeling(model)
Expand Down

0 comments on commit a72cb36

Please sign in to comment.