# Domain size
ncells = 128 

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

# Number of levels
nlevs = 1

# Number of components in the multifabs
ncomp = 6 

# Number of particles per cell
nppc = 2 
