Skip to content

Commit

Permalink
fix runtime params
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jun 27, 2024
1 parent 372229c commit 1f3a733
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Exec/science/flame_wave/ci-benchmarks/job_info_params.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
castro.plm_limiter = 2
castro.hybrid_riemann = 0
castro.riemann_solver = 0
castro.cg_maxiter = 12
castro.cg_tol = 1e-05
castro.cg_blend = 2
castro.riemann_shock_maxiter = 12
castro.riemann_pstar_tol = 1e-05
castro.riemann_cg_blend = 2
castro.use_flattening = 1
castro.transverse_use_eos = 0
castro.transverse_reset_density = 1
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/wdmerger/inputs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ castro.riemann_solver = 0

# For the CG Riemann solver, we need to tell the solver not to quit when
# the iterations don't converge, but instead to do additional bisection iteration.
castro.cg_blend = 2
castro.riemann_cg_blend = 2

# Use a lagged predictor estimate of the source terms in the hydro
castro.source_term_predictor = 1
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/wdmerger/tests/he_double_det/inputs_pakmor
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ castro.riemann_solver = 0

# For the CG Riemann solver, we need to tell the solver not to quit when
# the iterations don't converge, but instead to do additional bisection iteration.
castro.cg_blend = 2
castro.riemann_cg_blend = 2

# Use a lagged predictor estimate of the source terms in the hydro
castro.source_term_predictor = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ castro.riemann_solver = 0

# For the CG Riemann solver, we need to tell the solver not to quit when
# the iterations don't converge, but instead to do additional bisection iteration.
castro.cg_blend = 2
castro.riemann_cg_blend = 2

# Use a lagged predictor estimate of the source terms in the hydro
castro.source_term_predictor = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ castro.riemann_solver = 0

# For the CG Riemann solver, we need to tell the solver not to quit when
# the iterations don't converge, but instead to do additional bisection iteration.
castro.cg_blend = 2
castro.riemann_cg_blend = 2

# Use a lagged predictor estimate of the source terms in the hydro
castro.source_term_predictor = 1
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/wdmerger/tests/he_double_det/inputs_scaling
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ castro.riemann_solver = 0

# For the CG Riemann solver, we need to tell the solver not to quit when
# the iterations don't converge, but instead to do additional bisection iteration.
castro.cg_blend = 2
castro.riemann_cg_blend = 2

# Use a lagged predictor estimate of the source terms in the hydro
castro.source_term_predictor = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ castro.riemann_solver = 0

# For the CG Riemann solver, we need to tell the solver not to quit when
# the iterations don't converge, but instead to do additional bisection iteration.
castro.cg_blend = 2
castro.riemann_cg_blend = 2

# Use a lagged predictor estimate of the source terms in the hydro
castro.source_term_predictor = 1
Expand Down
2 changes: 1 addition & 1 deletion Exec/science/wdmerger/tests/wdmerger_collision_1D/inputs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ castro.riemann_solver = 0

# For the CG Riemann solver, we need to tell the solver not to quit when
# the iterations don't converge, but instead to do additional bisection iteration.
castro.cg_blend = 2
castro.riemann_cg_blend = 2

# Use a lagged predictor estimate of the source terms in the hydro
castro.source_term_predictor = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ castro.riemann_solver = 0

# For the CG Riemann solver, we need to tell the solver not to quit when
# the iterations don't converge, but instead to do additional bisection iteration.
castro.cg_blend = 2
castro.riemann_cg_blend = 2

# Use a lagged predictor estimate of the source terms in the hydro
castro.source_term_predictor = 1
Expand Down

0 comments on commit 1f3a733

Please sign in to comment.