Skip to content

Commit

Permalink
get lienar modes test and pin back in order
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroBarker committed Jan 29, 2025
1 parent dc53266 commit 482c992
Show file tree
Hide file tree
Showing 2 changed files with 1,235 additions and 1,235 deletions.
12 changes: 6 additions & 6 deletions inputs/linear_modes.pin
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ nghost = 4
#refinement = adaptive
#numlevel = 3

nx1 = 64 # Number of zones in X1-direction
nx1 = 128 # Number of zones in X1-direction
x1min = 0 # minimum value of X1
x1max = 1 # maximum value of X1
ix1_bc = periodic # Inner-X1 boundary condition flag
ox1_bc = periodic # Outer-X1 boundary condition flag

nx2 = 64 # Number of zones in X2-direction
nx2 = 128 # Number of zones in X2-direction
x2min = 0 # minimum value of X2
x2max = 1 # maximum value of X2
ix2_bc = periodic # Inner-X2 boundary condition flag
Expand All @@ -66,8 +66,8 @@ num_threads = 1 # maximum number of OMP threads
#bc_vars = primitive

<parthenon/meshblock>
nx1 = 32
nx2 = 32
nx1 = 64
nx2 = 64
# nx3 = 1

<parthenon/refinement0>
Expand Down Expand Up @@ -118,6 +118,6 @@ c2p_tol = 1.e-12
c2p_method = robust

<hydro_modes>
physics = mhd
mode = fast
physics = hydro
mode = sound
amplitude = 1.e-5
Loading

0 comments on commit 482c992

Please sign in to comment.