forked from quokka-astro/quokka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenergyexchange.in
23 lines (20 loc) · 888 Bytes
/
energyexchange.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# *****************************************************************
# Problem size and geometry
# *****************************************************************
geometry.prob_lo = 0.0 0.0 0.0
geometry.prob_hi = 1.0 1.0 1.0
geometry.is_periodic = 0 0 0
#geometry.prob_hi = 1.0e5 1.0 1.0
# *****************************************************************
# VERBOSITY
# *****************************************************************
amr.v = 1 # verbosity in Amr
# *****************************************************************
# Resolution and refinement
# *****************************************************************
amr.n_cell = 4 4 4
amr.max_level = 0 # number of levels = max_level + 1
amr.blocking_factor = 4 # grid size must be divisible by this
do_reflux = 0
do_subcycle = 0
suppress_output = 1