We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b16fc commit 37efd5fCopy full SHA for 37efd5f
examples/rectangular_wing.jl
@@ -40,6 +40,8 @@ vsm_solver = Solver(aerodynamic_model_type="VSM")
40
@time results_llt = solve(llt_solver, wa)
41
@time results_vsm = solve(vsm_solver, wa)
42
43
+# time Python: 32.0ms
44
+# time Julia: 1.5ms
45
46
# Print results comparison
47
println("\nLifting Line Theory Results:")
0 commit comments