Skip to content

Commit

Permalink
Update src/time_integration/paired_explicit_runge_kutta/polynomial_op…
Browse files Browse the repository at this point in the history
…timizer.jl

Co-authored-by: Hendrik Ranocha <[email protected]>
  • Loading branch information
DanielDoehring and ranocha authored Mar 14, 2024
1 parent 6cb0572 commit 1f4e9d0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ and partial differential equations.
Optimal stability polynomials for numerical integration of initial value problems
[DOI: 10.2140/camcos.2012.7.247](https://doi.org/10.2140/camcos.2012.7.247)
"""

function bisection(cons_order, num_eig_vals, num_stage_evals, dtmax, dteps, eig_vals)
dtmin = 0.0
dt = -1.0
Expand Down

0 comments on commit 1f4e9d0

Please sign in to comment.