Skip to content

Commit

Permalink
Update src/time_integration/paired_explicit_runge_kutta/methods_PERK2.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Doehring <[email protected]>
  • Loading branch information
warisa-r and DanielDoehring authored Mar 8, 2024
1 parent 6ce99e6 commit 50cf650
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ function compute_PERK2_Butcher_tableau(num_stages, semi::AbstractSemidiscretizat
a_matrix[:, 1] -= A
a_matrix[:, 2] = A

println("A matrix: ")
display(a_matrix)
println()

return a_matrix, c
end
Expand Down

0 comments on commit 50cf650

Please sign in to comment.