File tree 1 file changed +3
-5
lines changed
Exec/gravity_tests/DustCollapse
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ castro.small_dens = 1.e-6
36
36
castro.cfl = 0.5 # cfl number for hyperbolic system
37
37
castro.init_shrink = 0.1 # scale back initial timestep
38
38
castro.change_max = 1.05 # scale back initial timestep
39
- castro.fixed_dt = 1.5e-3
40
39
41
40
# SPONGE
42
41
castro.sponge_lower_density = 1.0e-3
@@ -45,18 +44,17 @@ castro.sponge_timescale = 1.0e-3
45
44
46
45
# DIAGNOSTICS & VERBOSITY
47
46
castro.sum_interval = 1 # timesteps between computing mass
48
- castro.v = 1 # verbosity in Castro.cpp
47
+ castro.v = 0 # verbosity in Castro.cpp
49
48
amr.v = 1 # verbosity in Amr.cpp
50
49
#amr.grid_log = grdlog # name of grid logging file
51
50
52
51
# REFINEMENT / REGRIDDING
53
- amr.max_level = 1 # maximum level number allowed
54
- amr.ref_ratio = 4 2 2 2 # refinement ratio
52
+ amr.max_level = 0 # maximum level number allowed
53
+ amr.ref_ratio = 2 2 2 2 # refinement ratio
55
54
amr.regrid_int = 2 2 2 2 # how often to regrid
56
55
amr.blocking_factor = 8 # block factor in grid generation
57
56
amr.max_grid_size = 32
58
57
amr.n_error_buf = 2 2 2 2 # number of buffer cells in error est
59
- amr.subcycling_mode = None
60
58
61
59
amr.refinement_indicators = dengrad
62
60
You can’t perform that action at this time.
0 commit comments