We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa636d commit 704821bCopy full SHA for 704821b
test/test_files/sphere/sphere-amr.inp
@@ -36,7 +36,7 @@ incflo.physics = FreeStream
36
incflo.velocity = 0.0 0.0 0.0
37
incflo.density = 1.0
38
39
-amr.n_cell = 64 64 64 # Grid cells at coarsest AMRlevel
+amr.n_cell = 32 32 32 # Grid cells at coarsest AMRlevel
40
amr.max_level = 0 # Max AMR level in hierarchy
41
geometry.prob_lo = -4.0 -4.0 -4.0 # Lo corner coordinates
42
geometry.prob_hi = 4.0 4.0 4.0 # Hi corner coordinates
0 commit comments