Skip to content

Commit

Permalink
adjust resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Nov 6, 2023
1 parent a72cb36 commit f1c88ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/julia/waveguide_bent.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ function write_mesh(;
)

resolutions = Dict(
"core" => Dict("resolution" => 0.008, "distance" => 1.5),
"slab" => Dict("resolution" => 0.008, "distance" => 1.5),
"core" => Dict("resolution" => 0.01, "distance" => 1.5),
"slab" => Dict("resolution" => 0.01, "distance" => 1.5),
)

mesh_from_OrderedDict(
Expand Down

0 comments on commit f1c88ac

Please sign in to comment.