Skip to content

Commit 8e91ab9

Browse files
committed
tests
1 parent f304726 commit 8e91ab9

9 files changed

Lines changed: 602 additions & 3 deletions

File tree

examples/2D_patch_modal_shape/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Nt = int(Tfinal / mydt)
2020

2121
# Acoustic source (similar to 2D_acoustic_support5)
22-
t_cross = Lx / c # domain crossing time
22+
t_cross = Lx / c # domain crossing time
2323
gauss_sigma_time = 0.03 * t_cross
2424
acoustic_delay = 0.15 * t_cross
2525
acoustic_loc_x = -3.5

examples/2D_patch_modal_shape_exp/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Nt = int(Tfinal / mydt)
2020

2121
# Acoustic source (similar to 2D_acoustic_support5)
22-
t_cross = Lx / c # domain crossing time
22+
t_cross = Lx / c # domain crossing time
2323
gauss_sigma_time = 0.03 * t_cross
2424
acoustic_delay = 0.15 * t_cross
2525
acoustic_loc_x = -3.5

examples/3D_patch_spherical_harmonic/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Nt = int(Tfinal / mydt)
2020

2121
# Acoustic source (similar to 3D_acoustic_support7)
22-
t_cross = L / c # domain crossing time
22+
t_cross = L / c # domain crossing time
2323
gauss_sigma_time = 0.03 * t_cross
2424
acoustic_delay = 0.15 * t_cross
2525
acoustic_loc_x = -3.5

tests/1967AE06/golden-metadata.txt

Lines changed: 185 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)