Skip to content

Commit

Permalink
Decrease time step for manufactured solution
Browse files Browse the repository at this point in the history
  • Loading branch information
cbegeman committed Jan 6, 2025
1 parent 128a44c commit 071f244
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ n_wavelengths_x = 2
n_wavelengths_y = 2

# Time step per resolution (s/km), since dt is proportional to resolution
dt_per_km = 3.0
dt_per_km = 1.5

# Convergence threshold below which the test fails
conv_thresh = 1.8
Expand Down

0 comments on commit 071f244

Please sign in to comment.