Skip to content

Commit

Permalink
result.topology -> result.minimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed82008 committed Oct 7, 2024
1 parent 9314403 commit 12f2ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/truss_topopt_problems/test_problem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ end
fig = visualize(
problem;
u=solver.u,
topology=result.topology,
topology=result.minimizer,
vector_arrowsize=0.1,
vector_linewidth=0.8,
default_exagg_scale=ndim == 3 ? 1.0 : 0.01,
Expand Down

0 comments on commit 12f2ab1

Please sign in to comment.