# Implicit time step is set to 10^{DIM-1} * (explicit time step)
nsteps = 10
plot_int = 1
n_cell = 128
max_grid_size = 32

! 0 = periodic
! 2 = homogeneous Neumann (zero flux)
! 3 = Dirichlet (prescribed value)
bc_lo = 2 0 0
bc_hi = 2 0 0
