Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Aug 8, 2023
1 parent 44ea56b commit e7854ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/julia/waveguide.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ epsilons = ["core" => 1.9963^2, "box" => 1.444^2, "clad" => 1.0^2]
#dΩ = Measure(Ω, 1)
τ = CellField(get_face_tag(labels, num_cell_dims(model)), Ω)

modes = calculate_modes τ, λ = 1.55, num = 2, order = 1)
modes = calculate_modes(model, ε τ, λ = 1.55, num = 2, order = 1)
println(n_eff(modes[1]))
write_mode_to_vtk("mode", modes[1])

Expand Down

0 comments on commit e7854ae

Please sign in to comment.