Skip to content

Commit

Permalink
Update HydroTests inputs to use gpu FillPatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsexton03 committed Oct 30, 2020
1 parent d5da0d3 commit 7b0898b
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 46 deletions.
6 changes: 3 additions & 3 deletions Exec/HydroTests/inputs-sod-x
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nyx.gamma = 1.4
nyx.initial_z = 0.

# PROBLEM SIZE & GEOMETRY
geometry.is_periodic = 0 0 0
geometry.is_periodic = 0 1 1
geometry.coord_sys = 0 # 0 => cart, 1 => RZ 2=>spherical
geometry.prob_lo = 0 0 0
geometry.prob_hi = 1 0.125 0.125
Expand All @@ -29,8 +29,8 @@ amr.max_level = 2 # maximum level number allowed
# 1 = Inflow 4 = SlipWall
# 2 = Outflow 5 = NoSlipWall
# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
nyx.lo_bc = 2 4 4
nyx.hi_bc = 2 4 4
nyx.lo_bc = 2 0 0
nyx.hi_bc = 2 0 0

# WHICH PHYSICS
nyx.do_hydro = 1
Expand Down
6 changes: 3 additions & 3 deletions Exec/HydroTests/inputs-sod-y
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nyx.gamma = 1.4
nyx.initial_z = 0.

# PROBLEM SIZE & GEOMETRY
geometry.is_periodic = 0 0 0
geometry.is_periodic = 1 0 1
geometry.coord_sys = 0 # 0 => cart, 1 => RZ 2=>spherical
geometry.prob_lo = 0 0 0
geometry.prob_hi = 0.125 1. 0.125
Expand All @@ -29,8 +29,8 @@ amr.max_level = 2 # maximum level number allowed
# 1 = Inflow 4 = SlipWall
# 2 = Outflow 5 = NoSlipWall
# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
nyx.lo_bc = 4 2 4
nyx.hi_bc = 4 2 4
nyx.lo_bc = 0 2 0
nyx.hi_bc = 0 2 0

# WHICH PHYSICS
nyx.do_hydro = 1
Expand Down
6 changes: 3 additions & 3 deletions Exec/HydroTests/inputs-sod-z
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nyx.gamma = 1.4
nyx.initial_z = 0.

# PROBLEM SIZE & GEOMETRY
geometry.is_periodic = 0 0 0
geometry.is_periodic = 1 1 0
geometry.coord_sys = 0 # 0 => cart, 1 => RZ 2=>spherical
geometry.prob_lo = 0 0 0
geometry.prob_hi = 0.125 0.125 1.
Expand All @@ -29,8 +29,8 @@ amr.max_level = 2 # maximum level number allowed
# 1 = Inflow 4 = SlipWall
# 2 = Outflow 5 = NoSlipWall
# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
nyx.lo_bc = 4 4 2
nyx.hi_bc = 4 4 2
nyx.lo_bc = 0 0 2
nyx.hi_bc = 0 0 2

# WHICH PHYSICS
nyx.do_hydro = 1
Expand Down
6 changes: 3 additions & 3 deletions Exec/HydroTests/inputs-test2-x
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nyx.gamma = 1.4
nyx.initial_z = 0.

# PROBLEM SIZE & GEOMETRY
geometry.is_periodic = 0 0 0
geometry.is_periodic = 0 1 1
geometry.coord_sys = 0
geometry.prob_lo = 0 0 0
geometry.prob_hi = 1 0.125 0.125
Expand All @@ -31,8 +31,8 @@ amr.ref_ratio = 4 4 4
# 1 = Inflow 4 = SlipWall
# 2 = Outflow 5 = NoSlipWall
# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
nyx.lo_bc = 2 4 4
nyx.hi_bc = 2 4 4
nyx.lo_bc = 2 0 0
nyx.hi_bc = 2 0 0

# WHICH PHYSICS
nyx.do_hydro = 1
Expand Down
6 changes: 3 additions & 3 deletions Exec/HydroTests/inputs-test2-y
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nyx.gamma = 1.4
nyx.initial_z = 0.

# PROBLEM SIZE & GEOMETRY
geometry.is_periodic = 0 0 0
geometry.is_periodic = 1 0 1
geometry.coord_sys = 0 # 0 => cart, 1 => RZ
geometry.prob_lo = 0 0 0
geometry.prob_hi = 0.125 1 0.125
Expand All @@ -26,8 +26,8 @@ amr.n_cell = 4 32 4
# 1 = Inflow 4 = SlipWall
# 2 = Outflow 5 = NoSlipWall
# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
nyx.lo_bc = 4 2 4
nyx.hi_bc = 4 2 4
nyx.lo_bc = 0 2 0
nyx.hi_bc = 0 2 0

# WHICH PHYSICS
nyx.do_hydro = 1
Expand Down
6 changes: 3 additions & 3 deletions Exec/HydroTests/inputs-test2-z
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nyx.gamma = 1.4
nyx.initial_z = 0.

# PROBLEM SIZE & GEOMETRY
geometry.is_periodic = 0 0 0
geometry.is_periodic = 1 1 0
geometry.coord_sys = 0
geometry.prob_lo = 0 0 0
geometry.prob_hi = 0.125 0.125 1
Expand All @@ -26,8 +26,8 @@ amr.n_cell = 4 4 32
# 1 = Inflow 4 = SlipWall
# 2 = Outflow 5 = NoSlipWall
# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
nyx.lo_bc = 4 4 2
nyx.hi_bc = 4 4 2
nyx.lo_bc = 0 0 2
nyx.hi_bc = 0 0 2

# WHICH PHYSICS
nyx.do_hydro = 1
Expand Down
6 changes: 3 additions & 3 deletions Exec/HydroTests/inputs-test3-x
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nyx.gamma = 1.4
nyx.initial_z = 0.

# PROBLEM SIZE & GEOMETRY
geometry.is_periodic = 0 0 0
geometry.is_periodic = 0 1 1
geometry.coord_sys = 0
geometry.prob_lo = 0 0 0
geometry.prob_hi = 1 0.125 0.125
Expand All @@ -27,8 +27,8 @@ amr.n_cell = 32 4 4
# 1 = Inflow 4 = SlipWall
# 2 = Outflow 5 = NoSlipWall
# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
nyx.lo_bc = 2 4 4
nyx.hi_bc = 2 4 4
nyx.lo_bc = 2 0 0
nyx.hi_bc = 2 0 0

# WHICH PHYSICS
nyx.do_hydro = 1
Expand Down
6 changes: 3 additions & 3 deletions Exec/HydroTests/inputs-test3-y
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nyx.gamma = 1.4
nyx.initial_z = 0.

# PROBLEM SIZE & GEOMETRY
geometry.is_periodic = 0 0 0
geometry.is_periodic = 1 0 1
geometry.coord_sys = 0 # 0 => cart, 1 => RZ
geometry.prob_lo = 0 0 0
geometry.prob_hi = 0.125 1 0.125
Expand All @@ -27,8 +27,8 @@ amr.n_cell = 4 32 4
# 1 = Inflow 4 = SlipWall
# 2 = Outflow 5 = NoSlipWall
# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
nyx.lo_bc = 4 2 4
nyx.hi_bc = 4 2 4
nyx.lo_bc = 0 2 0
nyx.hi_bc = 0 2 0

# WHICH PHYSICS
nyx.do_hydro = 1
Expand Down
6 changes: 3 additions & 3 deletions Exec/HydroTests/inputs-test3-z
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nyx.gamma = 1.4
nyx.initial_z = 0.

# PROBLEM SIZE & GEOMETRY
geometry.is_periodic = 0 0 0
geometry.is_periodic = 1 1 0
geometry.coord_sys = 0
geometry.prob_lo = 0 0 0
geometry.prob_hi = 0.125 0.125 1
Expand All @@ -27,8 +27,8 @@ amr.n_cell = 4 4 32
# 1 = Inflow 4 = SlipWall
# 2 = Outflow 5 = NoSlipWall
# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
nyx.lo_bc = 4 4 2
nyx.hi_bc = 4 4 2
nyx.lo_bc = 0 0 2
nyx.hi_bc = 0 0 2

# WHICH PHYSICS
nyx.do_hydro = 1
Expand Down
8 changes: 4 additions & 4 deletions Exec/HydroTests/inputs.regtest.sod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nyx.gamma = 1.4
nyx.initial_z = 0.

# PROBLEM SIZE & GEOMETRY
geometry.is_periodic = 0 0 0
geometry.is_periodic = 1 0 1
geometry.coord_sys = 0 # 0 => cart, 1 => RZ 2=>spherical
geometry.prob_lo = 0 0 0
geometry.prob_hi = 0.125 1. 0.125
Expand All @@ -30,8 +30,8 @@ amr.max_level = 2 # maximum level number allowed
# 1 = Inflow 4 = SlipWall
# 2 = Outflow 5 = NoSlipWall
# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
nyx.lo_bc = 4 2 4
nyx.hi_bc = 4 2 4
nyx.lo_bc = 0 2 0
nyx.hi_bc = 0 2 0

# WHICH PHYSICS
nyx.do_hydro = 1
Expand Down Expand Up @@ -59,7 +59,7 @@ amr.v = 1 # verbosity in Amr.cpp
# REFINEMENT / REGRIDDING
amr.ref_ratio = 2 2 2 2 # refinement ratio
amr.regrid_int = 2 2 2 2 # how often to regrid
amr.blocking_factor = 4 # block factor in grid generation
amr.blocking_factor = 4 # block factor in grid generation
amr.max_grid_size = 128
amr.n_error_buf = 2 2 2 2 # number of buffer cells in error est

Expand Down
10 changes: 5 additions & 5 deletions Exec/HydroTests/inputs.regtest.test2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nyx.gamma = 1.4
nyx.initial_z = 0.

# PROBLEM SIZE & GEOMETRY
geometry.is_periodic = 0 0 0
geometry.is_periodic = 0 1 1
geometry.coord_sys = 0
geometry.prob_lo = 0 0 0
geometry.prob_hi = 1 0.125 0.125
Expand All @@ -33,8 +33,8 @@ amr.ref_ratio = 4 4 4
# 1 = Inflow 4 = SlipWall
# 2 = Outflow 5 = NoSlipWall
# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
nyx.lo_bc = 2 4 4
nyx.hi_bc = 2 4 4
nyx.lo_bc = 2 0 0
nyx.hi_bc = 2 0 0

# WHICH PHYSICS
nyx.do_hydro = 1
Expand All @@ -60,8 +60,8 @@ amr.v = 1 # verbosity in Amr.cpp

# REFINEMENT / REGRIDDING
amr.regrid_int = 2 # how often to regrid
amr.blocking_factor = 4 # block factor in grid generation
amr.max_grid_size = 16
amr.blocking_factor = 4 8 8 # block factor in grid generation
amr.max_grid_size = 32
amr.n_error_buf = 2 2 2 2 # number of buffer cells in error est

# CHECKPOINT FILES
Expand Down
10 changes: 5 additions & 5 deletions Exec/HydroTests/inputs.regtest.test3
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nyx.gamma = 1.4
nyx.initial_z = 0.

# PROBLEM SIZE & GEOMETRY
geometry.is_periodic = 0 0 0
geometry.is_periodic = 0 1 1
geometry.coord_sys = 0
geometry.prob_lo = 0 0 0
geometry.prob_hi = 1 0.125 0.125
Expand All @@ -27,8 +27,8 @@ amr.n_cell = 32 4 4
# 1 = Inflow 4 = SlipWall
# 2 = Outflow 5 = NoSlipWall
# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
nyx.lo_bc = 2 4 4
nyx.hi_bc = 2 4 4
nyx.lo_bc = 2 0 0
nyx.hi_bc = 2 0 0

# WHICH PHYSICS
nyx.do_hydro = 1
Expand Down Expand Up @@ -57,8 +57,8 @@ amr.v = 1 # verbosity in Amr.cpp
amr.max_level = 2 # maximum level number allowed
amr.ref_ratio = 2 2 2 2 # refinement ratio
amr.regrid_int = 2 # how often to regrid
amr.blocking_factor = 4 # block factor in grid generation
amr.max_grid_size = 16
amr.blocking_factor = 4 8 8 # block factor in grid generation
amr.max_grid_size = 32
amr.n_error_buf = 2 2 2 2 # number of buffer cells in error est

# CHECKPOINT FILES
Expand Down
10 changes: 5 additions & 5 deletions Exec/HydroTests/inputs.restarttest.test2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nyx.gamma = 1.4
nyx.initial_z = 0.

# PROBLEM SIZE & GEOMETRY
geometry.is_periodic = 0 0 0
geometry.is_periodic = 0 1 1
geometry.coord_sys = 0
geometry.prob_lo = 0 0 0
geometry.prob_hi = 1 0.125 0.125
Expand All @@ -32,8 +32,8 @@ amr.ref_ratio = 2 2 2
# 1 = Inflow 4 = SlipWall
# 2 = Outflow 5 = NoSlipWall
# >>>>>>>>>>>>> BC FLAGS <<<<<<<<<<<<<<<<
nyx.lo_bc = 2 4 4
nyx.hi_bc = 2 4 4
nyx.lo_bc = 2 0 0
nyx.hi_bc = 2 0 0

# WHICH PHYSICS
nyx.do_hydro = 1
Expand All @@ -59,8 +59,8 @@ amr.v = 1 # verbosity in Amr.cpp

# REFINEMENT / REGRIDDING
amr.regrid_int = 2 # how often to regrid
amr.blocking_factor = 4 # block factor in grid generation
amr.max_grid_size = 16
amr.blocking_factor = 4 8 8 # block factor in grid generation
amr.max_grid_size = 32
amr.n_error_buf = 2 2 2 2 # number of buffer cells in error est

# CHECKPOINT FILES
Expand Down

0 comments on commit 7b0898b

Please sign in to comment.