
nsteps   = 100   # how many steps to run?

plot_int = 10    # how often to make plot files?

n_cell        = 128  # number of cells in each dimension
max_grid_size = 32   # max grid size

# Must set coordinates to 0 (Cartesian), or 1 (Cylindrical), or 2 (Spherical).
geometry.coord_sys = 0

# Must set physical domain size.
geometry.prob_lo = -1.0  -1.0  -1.0
geometry.prob_hi =  1.0   1.0   1.0

# Periodic? Default in BoxLib is set to 0 (no).
geometry.is_periodic = 1  1  1
