Skip to content

Commit

Permalink
Update ext/TrixiNLsolveExt.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Lampert <[email protected]>
  • Loading branch information
warisa-r and JoshuaLampert authored Oct 20, 2024
1 parent b73d76e commit f78bc28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ext/TrixiNLsolveExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ function Trixi.solve_a_butcher_coeffs_unknown!(a_unknown, num_stages, monomial_c
# a seeded random initial guess.
rng = StableRNG(555)

# Flag for criteria going beyond satisfaction of non-linear equations
is_sol_valid = false

for _ in 1:max_iter
# Due to the nature of the nonlinear solver, different initial guesses can lead to
Expand Down

0 comments on commit f78bc28

Please sign in to comment.