[user]
example = 0
mapping = 1 # 0 = cubedsphere; 1 = pillowsphere
claw-version = 4
[clawpatch]
# Grid dimensions
mx = 8 # mx_leaf
my = 8 # my_leaf
mbc = 2 # Number of ghost cells
maux = 3
# Clawpatch tagging criteria
# value : value exceeds threshold
# minmax : qmax-qmin exceeds threshold
# difference : difference (e.g. dqx = q(i+1,j)-q(i-1,j)) exceeds threshold
# gradient : gradient exceeds threshold
# user : User defined criteria
refinement-criteria = gradient
# Equations and boundary conditions
meqn = 1 # Number of equations
[Options]
# Refinement
minlevel = 3 # Minimum level, from 2
maxlevel = 8 # Maximum levels of refinement, from 7
regrid_interval = 1 # Regrid every 'regrid_interval' time steps.
refine_threshold = 1 # Use gradient as refinement criteria, from 3
coarsen_threshold = 0.8 #0.001 from 1.5
smooth-refine = T
smooth-level = 4 #from 7
# Time stepping
tfinal = 5.0 #
use_fixed_dt = F # Take a fixed time step
initial_dt = 0.02 # Initial time step for 'minlevel'
max_cfl = 1.0 # maximum cfl
desired_cfl = 0.9 # desired cfl
outstyle = 1 # OutputStyle = 1,2,3 (see below, e.g. [OutputStyle_1]
nout = 20 # Used for all three out styles; has different meaning, though.
nstep = 1 # Only used if outstyle is 3
outstyle-uses-maxlevel = F
subcycle = T # subcycle in time ( = T or F).
# Console and file IO
verbosity = production # verbose
output = T # Set this to F for parallel runs. T is dead slow.
# Debugging adn diagnostics
trapfpe = T # Trap floating point exceptions
mpi_debug = F
conservation-check = F
run-user-diagnostics = F
compute-error = F
report-timing = T
report-timing-verbosity=wall
# Mapping
manifold = T # Manifold
theta = 0 # Rotation angles (degrees)
phi = 0 # Rotation angle
scale = 1 1 1
shift = 0 0 0
[clawpack46]
order = 2 2 # normal and transverse order
mcapa = 1 # mcapa
src_term = 0 # src_term
mwaves = 1 # mwaves
mthlim = 4 # mthlim (is a vector in general, with 'mwaves' entries)
mthbc = 3 3 3 3 # mthbc (=left,right,bottom,top) from 1 1 1 1 to 2 2 2 2
# output
ascii-out = T
vtk-out = F
[clawpack5]
order = 2 2 # normal and transverse order
mcapa = 1 # mcapa
src_term = 0 # src_term
mwaves = 1 # mwaves
mthlim = 4 # mthlim (is a vector in general, with 'mwaves' entries)
mthbc = 3 3 3 3 # mthbc (=left,right,bottom,top), from 1 1 1 1 to 2 2 2 2
# output
ascii-out = T
vtk-out = F