Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed May 24, 2024
1 parent 0d739b6 commit 2a21c50
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions test/test_unit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1662,16 +1662,16 @@ end
ode_algorithm = Trixi.PairedExplicitRK2(12, tspan, vec(eig_vals))

@test isapprox(ode_algorithm.a_matrix,
[0.06453812656711647 0.02637096434197444
0.09470601372274887 0.041657622640887494
0.12332877820069793 0.058489403617483886
0.14987015032771522 0.07740257694501203
0.1734211495362651 0.0993061231910076
0.19261978147948638 0.1255620367023318
0.20523340226247055 0.1584029613738931
0.20734890429023528 0.20174200480067384
0.1913514234997008 0.26319403104575373
0.13942836392866081 0.3605716360713392], atol = 1e-13)
[0.06453812656711647 0.02637096434197444
0.09470601372274887 0.041657622640887494
0.12332877820069793 0.058489403617483886
0.14987015032771522 0.07740257694501203
0.1734211495362651 0.0993061231910076
0.19261978147948638 0.1255620367023318
0.20523340226247055 0.1584029613738931
0.20734890429023528 0.20174200480067384
0.1913514234997008 0.26319403104575373
0.13942836392866081 0.3605716360713392], atol = 1e-13)
end

@testset "Sutherlands Law" begin
Expand Down

0 comments on commit 2a21c50

Please sign in to comment.