# Domain size
ncells = 64

# Maximum allowable size of each subdomain in the problem domain;
# this is used to decompose the domain for parallel calculations.
max_grid_size = 8

# Number of levels
nlevs = 1

# Number of particles per cell
nppc = 2

