# Time step is set to Tfin/nsteps
Nsteps = 4
Tfin = 0.5

plot_int = 1
#  Spatial size
n_cell = 128
max_grid_size = 32

#  Define SDC parameters
Nnodes=5
Npieces=3
Nsweeps=8

#  Define the advection, diffusion, and reaction parameters
a=1.0
d=0.1
r=1.0

#  We have to use periodic b.c. for exact solution
# 0 = periodic
bc_lo = 0 0
bc_hi = 0 0
