Skip to content

Commit

Permalink
Add wdmerger test coverage of subcycling_mode = None (#2524)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpkatz committed Jul 9, 2023
1 parent da84929 commit 751fa97
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ amr.max_level = 0
# Refinement ratio
amr.ref_ratio = 4 4 4 4 4 4 4 4 4

# Don't do AMR subcycling for this setup
amr.subcycling_mode = None

# How many coarse timesteps between regridding
amr.regrid_int = 2

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
FILE = inputs_2d_collision

# Start the problem when the stars are already merging.
# This is an artificially contrived setup but will ensure
# that burning begins immediately.

problem.collision_separation = 1.25

amr.n_cell = 64 128
stop_time = 1.25
amr.max_level = 2
amr.ref_ratio = 2

castro.init_shrink = 1.0

0 comments on commit 751fa97

Please sign in to comment.