Skip to content
Snippets Groups Projects
Commit fe18b735 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Removed duplicated entries in gitignore file. Updated ICs for 2D Sod shock...

Removed duplicated entries in gitignore file. Updated ICs for 2D Sod shock (See #278). Reduced max_dt for 1D sedov explosion
parent 4efc01bc
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,9 @@ examples/*/*.txt
examples/*/used_parameters.yml
examples/*/*/*.xmf
examples/*/*/*.hdf5
examples/*/*/*.png
examples/*/*/*.txt
examples/*/*/used_parameters.yml
examples/*/*.png
tests/testPair
tests/brute_force_standard.dat
......
......@@ -11,7 +11,7 @@ TimeIntegration:
time_begin: 0. # The starting time of the simulation (in internal units).
time_end: 5e-2 # The end time of the simulation (in internal units).
dt_min: 1e-7 # The minimal time-step size of the simulation (in internal units).
dt_max: 1e-4 # The maximal time-step size of the simulation (in internal units).
dt_max: 1e-5 # The maximal time-step size of the simulation (in internal units).
# Parameters governing the snapshots
Snapshots:
......
......@@ -88,7 +88,7 @@ file = h5py.File(fileName, 'w')
# Header
grp = file.create_group("/Header")
grp.attrs["BoxSize"] = [boxSize, 0.5, 0.1]
grp.attrs["BoxSize"] = [boxSize, 0.5, 1.0]
grp.attrs["NumPart_Total"] = [numPart, 0, 0, 0, 0, 0]
grp.attrs["NumPart_Total_HighWord"] = [0, 0, 0, 0, 0, 0]
grp.attrs["NumPart_ThisFile"] = [numPart, 0, 0, 0, 0, 0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment