# Implicit time step is set to 10 * (explicit time step)
nsteps = 1000
plot_int = 100
n_cell = 256
max_grid_size = 64

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