Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Oct 15, 2024
1 parent ddf24ae commit 2000103
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions test/test_parabolic_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ end
l2=[
0.0001133835907077494,
6.226282245610444e-5,
0.0002820171699999139,
0.0002820171699999139
],
linf=[
0.0006255102377159538,
0.00036195501456059986,
0.0016147729485886941,
0.0016147729485886941
])
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
Expand All @@ -94,12 +94,12 @@ end
l2=[
0.00011310615871043463,
6.216495207074201e-5,
0.00028195843110817814,
0.00028195843110817814
],
linf=[
0.0006240837363233886,
0.0003616694320713876,
0.0016147339542413874,
0.0016147339542413874
])
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
Expand All @@ -117,12 +117,12 @@ end
l2=[
0.00047023310868269237,
0.00032181735314911885,
0.0014966266120305365,
0.0014966266120305365
],
linf=[
0.0029963751716199916,
0.0028639040576996177,
0.012691132369322844,
0.012691132369322844
])
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
Expand All @@ -144,12 +144,12 @@ end
l2=[
0.0004608500483647771,
0.00032431091222851285,
0.0015159733360626845,
0.0015159733360626845
],
linf=[
0.002754803146635787,
0.0028567714697580906,
0.012941794048176192,
0.012941794048176192
])
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
Expand All @@ -170,12 +170,12 @@ end
l2=[
2.5279971242617625e-5,
2.5543758853591306e-5,
0.00012119767035310137,
0.00012119767035310137
],
linf=[
0.00014663941066395125,
0.0001942196764966836,
0.0009556610409156008,
0.0009556610409156008
])
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
Expand All @@ -197,12 +197,12 @@ end
l2=[
2.4594499734628152e-5,
2.393055300564619e-5,
0.00011253402930582066,
0.00011253402930582066
],
linf=[
0.00011850830177762006,
0.00018988219246484224,
0.0009598012069105266,
0.0009598012069105266
])
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
Expand Down

0 comments on commit 2000103

Please sign in to comment.