Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
juddmehr committed Apr 10, 2024
1 parent b79d9d3 commit 74abf46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/preprocess/geometry/elliptic_grid_residuals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ function solve_elliptic_grid_iad(x, p)
# df,
rwrap!,
reshape(@view(wake_grid[:, 2:end, 2:(end - 1)]), :);
# method=:newton,
# autodiff=:forward,
method=p.algorithm,
autodiff=p.autodiff,
linsolve=(x, A, b) -> x .= ImplicitAD.implicit_linear(A, b),
Expand Down

0 comments on commit 74abf46

Please sign in to comment.