From ad7b1efe0427a2e7ebfdc57451982da49c894ed2 Mon Sep 17 00:00:00 2001 From: Peter Teuben Date: Tue, 22 Aug 2023 17:54:04 -0400 Subject: [PATCH] re-org the gui tags --- linear_wave_hydro.athinput | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/linear_wave_hydro.athinput b/linear_wave_hydro.athinput index 1381145..a8a7293 100644 --- a/linear_wave_hydro.athinput +++ b/linear_wave_hydro.athinput @@ -9,19 +9,19 @@ basename = LinWave # problem ID: basename of output filenames nghost = 2 # Number of ghost cells -nx1 = 64 # Number of zones in X1-direction #> SCALE 16:512:16 -x1min = 0.0 # minimum value of X1 #> SCALE -10:0:1 -x1max = 3.0 # maximum value of X1 #> SCALE 1:10:1 +nx1 = 64 # Number of zones in X1-direction #> RADIO 64,128,256,512,1024,2048 +x1min = 0.0 # minimum value of X1 +x1max = 1.0 # maximum value of X1 ix1_bc = periodic # inner-X1 boundary flag ox1_bc = periodic # outer-X1 boundary flag -nx2 = 1 # Number of zones in X2-direction #> RADIO 1,16,32,64,128,256 +nx2 = 1 # Number of zones in X2-direction x2min = 0.0 # minimum value of X2 x2max = 1.5 # maximum value of X2 ix2_bc = periodic # inner-X2 boundary flag ox2_bc = periodic # outer-X2 boundary flag -nx3 = 1 # Number of zones in X3-direction #> RADIO 1,16,32,64,128,256 +nx3 = 1 # Number of zones in X3-direction x3min = 0.0 # minimum value of X3 x3max = 1.5 # maximum value of X3 ix3_bc = periodic # inner-X3 boundary flag @@ -29,8 +29,8 @@ ox3_bc = periodic # outer-X3 boundary flag nx1 = 64 # Number of cells in each MeshBlock, X1-dir -nx2 = 32 # Number of cells in each MeshBlock, X2-dir #> RADIO 1,16,32,64,128,256 -nx3 = 32 # Number of cells in each MeshBlock, X3-dir #> RADIO 1,16,32,64,128,256 +nx2 = 1 # Number of cells in each MeshBlock, X2-dir +nx3 = 1 # Number of cells in each MeshBlock, X3-dir