Skip to content

Commit

Permalink
Refine inputs_sphere_right; now fails with 4 MPI ranks
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed Aug 15, 2023
1 parent b782e59 commit 708abd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_3d_moving/inputs_sphere_right
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ incflo.initial_iterations = 1
# INPUT AND OUTPUT #
#.......................................#
amr.plot_int = 10 # Steps between plot files
amr.check_int = 1
amr.plt_regtest = 1

#¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨#
Expand All @@ -39,7 +40,7 @@ incflo.redistribution_type = "StateRedist"
#¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨#
# ADAPTIVE MESH REFINEMENT #
#.......................................#
amr.n_cell = 136 64 64 # Grid cells at coarsest AMRlevel
amr.n_cell = 272 128 128 #136 64 64 # Grid cells at coarsest AMRlevel
amr.max_level = 0 # Max AMR level in hierarchy
amr.max_grid_size_x = 1024
amr.max_grid_size_y = 1024
Expand Down

0 comments on commit 708abd2

Please sign in to comment.