Skip to content

Commit

Permalink
print out the full a_matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
warisa-r committed Nov 2, 2024
1 parent fd469d2 commit 127d32f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_unit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1720,6 +1720,8 @@ end

ode_algorithm = Trixi.PairedExplicitRK3(8, path_coeff_file)

println("a_matrix = ", ode_algorithm.a_matrix)

@test isapprox(ode_algorithm.a_matrix,
[0.33551678438002486 0.06448322158043965
0.49653494442225443 0.10346507941960345
Expand Down

0 comments on commit 127d32f

Please sign in to comment.