mirror of
https://github.com/smyalygames/FiniteVolumeGPU.git
synced 2025-09-14 19:22:17 +02:00
debug: add shorter stop time to investigate NaNs
This commit is contained in:
parent
a1a653e6d8
commit
bf2681fbf0
@ -116,7 +116,7 @@ gamma = 1.4
|
||||
# save_times = np.linspace(0, 0.000009, 2)
|
||||
# save_times = np.linspace(0, 0.000099, 11)
|
||||
# save_times = np.linspace(0, 0.000099, 2)
|
||||
save_times = np.linspace(0, 1, 21)
|
||||
save_times = np.linspace(0, 0.1, 21)
|
||||
outfile = "mpi_out.nc4"
|
||||
save_var_names = ['rho', 'rho_u', 'rho_v', 'E']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user