Skip to content

Commit

Permalink
update test vals
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Sep 5, 2024
1 parent ed971ac commit 2f79a03
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions test/test_parabolic_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -760,26 +760,30 @@ end

cp_vals = read(Trixi.h5open("out/CP_x_000007.h5"))["point_data"]
cf_vals = read(Trixi.h5open("out/CF_x_000007.h5"))["point_data"]
@test sort(cp_vals[1:10]) [1.5152278762705806
1.5182860925755697
1.7417814818119175
1.871513931283643
1.874247697759559
2.0354491762572806
2.0400855926847936
2.0956920203526193
2.098639791879171
2.1591959225932777]
@test sort(cf_vals[1:10]) [-0.4537078569805583
-0.37053727238603884
-0.23515678100990495
0.045526882648679115
0.2038354965561312
0.2634810993266428
0.42919006623618894
0.6611394672752093
0.7458959144321556
0.8113349266282898]
@test sort(cp_vals[1:10]) [
1.7642563337066723,
1.8309926967660561,
1.8676797245949768,
1.8715139312836404,
1.8742476977595561,
1.9596647512001575,
1.9749658702816537,
2.0400855926847923,
2.095692020352621,
2.1591959225932738,
]
@test sort(cf_vals[1:10]) [
-1.2838932978862392,
-1.1230998392551437,
-1.1167735453217076,
-0.9947974567347279,
-0.6878311452704875,
-0.45370785698055793,
-0.37053727238603945,
-0.23515678100990403,
0.045526882648679205,
0.20383549655613004,
]
end
end

Expand Down

0 comments on commit 2f79a03

Please sign in to comment.