############################################################
# Parameters for w1dcn
############################################################

#-----------------------------------------------------------
# Discretization level
#-----------------------------------------------------------
level := 4

#-----------------------------------------------------------
# Names for input and output state files
#-----------------------------------------------------------
in_file  := "in4.sdf"
out_file := "out4.sdf"

#-----------------------------------------------------------
# If non-zero, enables output to .sdf files
#-----------------------------------------------------------
fout := 1

#-----------------------------------------------------------
# Output index vector: 0-* enables output at every 2^l-th 
# time step on level l, provided fout is non-zero
#-----------------------------------------------------------
output := 0-*

#-----------------------------------------------------------
# Number of grid *cells* in base (level 0) grid 
#-----------------------------------------------------------
Nx0 := 64

#-----------------------------------------------------------
# Number of time steps taken is 2^l * iter
#-----------------------------------------------------------
iter := 128

#-----------------------------------------------------------
# Courant factor: dt/dx
#-----------------------------------------------------------
lambda := .8

#-----------------------------------------------------------
# Convergence criteria for iterative time-stepping procedure
#-----------------------------------------------------------
epsiter := 1.0e-5

#-----------------------------------------------------------
# Intial data parameters 
#-----------------------------------------------------------
amp      := 1.0
xc       := 0.5
xwid     := 0.05
#-----------------------------------------------------------
# idsignum = 1, 0, -1 -> ingoing, time-symmetric, outgoing 
# respectively
#-----------------------------------------------------------
idsignum := 0.0

#-----------------------------------------------------------
# String to prepend to all output filenames
#-----------------------------------------------------------
tag := ""

#-----------------------------------------------------------
# Extrema of spatial domain
#-----------------------------------------------------------
xmin := 0.0
xmax := 1.0
