Skip to content
Snippets Groups Projects
Commit 23404b61 authored by James Willis's avatar James Willis
Browse files

Removed changes to end and start time.

parent b31f3e4e
No related branches found
No related tags found
1 merge request!197Scaling plots
......@@ -14,9 +14,9 @@ Scheduler:
# Parameters governing the time integration
TimeIntegration:
time_begin: 0. # The starting time of the simulation (in internal units).
time_end: 1e-5 # The end time of the simulation (in internal units).
time_end: 1. # 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-7 # The maximal time-step size of the simulation (in internal units).
dt_max: 1e-2 # The maximal time-step size of the simulation (in internal units).
# Parameters governing the snapshots
Snapshots:
......@@ -32,7 +32,6 @@ Snapshots:
# Parameters governing the conserved quantities statistics
Statistics:
delta_time: 1e-2 # Time between statistics output
# Parameters for the hydrodynamics scheme
SPH:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment