Skip to content

Commit dc3d99a

Browse files
author
Wenjie Yao
committed
update CairoMakie
1 parent ec0ac96 commit dc3d99a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/TopOptEMFocus.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,10 +476,10 @@ end
476476

477477
# ## Results and plot
478478
#
479-
# We use the GLMakie.jl and GridapMakie.jl packages to plot the field as well as the optimized shape. Note that there might be multiple local optima for this problem, so different initial guesses might result in different optimized shapes.
479+
# We use the CairoMakie.jl and GridapMakie.jl packages to plot the field as well as the optimized shape. Note that there might be multiple local optima for this problem, so different initial guesses might result in different optimized shapes.
480480
#
481481

482-
using GLMakie, GridapMakie
482+
using CairoMakie, GridapMakie
483483
p0 = p_opt
484484

485485
pf_vec = pf_p0(p0; r, fem_params)

0 commit comments

Comments
 (0)