diff --git a/applications/demo/2d/swirl_rays/regression.ini b/applications/demo/2d/swirl_rays/regression.ini deleted file mode 100644 index 12f4d9dba..000000000 --- a/applications/demo/2d/swirl_rays/regression.ini +++ /dev/null @@ -1,112 +0,0 @@ -[user] - period = 4.0 - claw-version = 4 - - -[clawpatch] - # Grid dimensions - mx = 8 # mx_leaf - my = 8 # my_leaf - mbc = 2 # Number of ghost cells - maux = 3 - - # Equations and boundary conditions - meqn = 1 # Number of equations - -[Options] - # --------------------------- - # Dynamic gridding parameters - # --------------------------- - - minlevel = 2 # Minimum level - maxlevel = 6 # Maximum levels of refinement - - regrid_interval = 1 # Regrid every 'regrid_interval' time steps. - refine_threshold = 0.25 - coarsen_threshold = 0.05 - - smooth-refine = T - refine-level = 6 - - # -------------- - # Time stepping - # -------------- - tfinal = 0.1 # Final time - - use_fixed_dt = F # Take a fixed time step - initial_dt = 0.005 # Initial time step for 'minlevel' - max_cfl = 1.0 # maximum cfl - desired_cfl = 0.9 # desired cfl - - outstyle = 1 # OutputStyle = 1,2,3 - - nout = 1 # Used for all three out styles; has different meaning, though. - nstep = 1 # Only used if outstyle is 3 - - subcycle = T # subcycle in time ( = T or F). - - # ------------------- - # File and console IO - # ------------------- - verbosity = production - output = F - - # ----------- - # Tikz output - # ----------- - tikz-out = F - tikz-figsize = 4 4 - tikz-plot-prefix = 'plot' - tikz-plot-suffix = 'png' - - # ------------------------- - # Diagnostics and debugging - # ------------------------- - trapfpe = T # Trap floating point errors. - mpi_debug = F # Attach mpi processes in gdb - conservation-check = F - run-user-diagnostics = F - compute-error = F - report-timing=T - report-timing-verbosity=wall - - # ------- - # Mapping - # ------- - manifold = F # Manifold - - # Domain dimensions - used only if manifold = F - ax = 0 - bx = 1 - ay = 0 - by = 1 - - -[clawpack46] - order = 2 2 # normal and transverse order - mcapa = 0 # mcapa - src_term = 0 # src_term - - mwaves = 1 # mwaves - mthlim = 3 # mthlim (is a vector in general, with 'mwaves' entries) - mthbc = 1 1 1 1 # mthbc (=left,right,bottom,top) - - # output - ascii-out = T - vtk-out = F - - -[clawpack5] - order = 2 2 # normal and transverse order - mcapa = 0 # mcapa - src_term = 0 # src_term - - mwaves = 1 # mwaves - mthlim = 3 # mthlim (is a vector in general, with 'mwaves' entries) - mthbc = 1 1 1 1 # mthbc (=left,right,bottom,top) - - # output - ascii-out = T - vtk-out = F - - diff --git a/applications/demo/2d/swirl_rays/regressions.sh b/applications/demo/2d/swirl_rays/regressions.sh deleted file mode 100755 index d1d9a651f..000000000 --- a/applications/demo/2d/swirl_rays/regressions.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# absolute path to application we are testing -application=$FCLAW_APPLICATIONS_BUILD_DIR/demo/2d/swirl_rays/swirl - -# change to source dir for working directory -cd $FCLAW_APPLICATIONS_SRC_DIR/demo/2d/swirl_rays/ - -# run programs, exit script with nonzero on failure (or else script will exit with value of last program run) -$FCLAW_MPIRUN $FCLAW_MPI_TEST_FLAGS $application -F regression.ini --user:claw-version=4 --regression-check=regression_values_0.csv || exit 1 -$FCLAW_MPIRUN $FCLAW_MPI_TEST_FLAGS $application -F regression.ini --user:claw-version=5 --regression-check=regression_values_1.csv || exit 1 diff --git a/applications/demo/2d/swirl_restart/regression.ini b/applications/demo/2d/swirl_restart/regression.ini deleted file mode 100644 index 12f4d9dba..000000000 --- a/applications/demo/2d/swirl_restart/regression.ini +++ /dev/null @@ -1,112 +0,0 @@ -[user] - period = 4.0 - claw-version = 4 - - -[clawpatch] - # Grid dimensions - mx = 8 # mx_leaf - my = 8 # my_leaf - mbc = 2 # Number of ghost cells - maux = 3 - - # Equations and boundary conditions - meqn = 1 # Number of equations - -[Options] - # --------------------------- - # Dynamic gridding parameters - # --------------------------- - - minlevel = 2 # Minimum level - maxlevel = 6 # Maximum levels of refinement - - regrid_interval = 1 # Regrid every 'regrid_interval' time steps. - refine_threshold = 0.25 - coarsen_threshold = 0.05 - - smooth-refine = T - refine-level = 6 - - # -------------- - # Time stepping - # -------------- - tfinal = 0.1 # Final time - - use_fixed_dt = F # Take a fixed time step - initial_dt = 0.005 # Initial time step for 'minlevel' - max_cfl = 1.0 # maximum cfl - desired_cfl = 0.9 # desired cfl - - outstyle = 1 # OutputStyle = 1,2,3 - - nout = 1 # Used for all three out styles; has different meaning, though. - nstep = 1 # Only used if outstyle is 3 - - subcycle = T # subcycle in time ( = T or F). - - # ------------------- - # File and console IO - # ------------------- - verbosity = production - output = F - - # ----------- - # Tikz output - # ----------- - tikz-out = F - tikz-figsize = 4 4 - tikz-plot-prefix = 'plot' - tikz-plot-suffix = 'png' - - # ------------------------- - # Diagnostics and debugging - # ------------------------- - trapfpe = T # Trap floating point errors. - mpi_debug = F # Attach mpi processes in gdb - conservation-check = F - run-user-diagnostics = F - compute-error = F - report-timing=T - report-timing-verbosity=wall - - # ------- - # Mapping - # ------- - manifold = F # Manifold - - # Domain dimensions - used only if manifold = F - ax = 0 - bx = 1 - ay = 0 - by = 1 - - -[clawpack46] - order = 2 2 # normal and transverse order - mcapa = 0 # mcapa - src_term = 0 # src_term - - mwaves = 1 # mwaves - mthlim = 3 # mthlim (is a vector in general, with 'mwaves' entries) - mthbc = 1 1 1 1 # mthbc (=left,right,bottom,top) - - # output - ascii-out = T - vtk-out = F - - -[clawpack5] - order = 2 2 # normal and transverse order - mcapa = 0 # mcapa - src_term = 0 # src_term - - mwaves = 1 # mwaves - mthlim = 3 # mthlim (is a vector in general, with 'mwaves' entries) - mthbc = 1 1 1 1 # mthbc (=left,right,bottom,top) - - # output - ascii-out = T - vtk-out = F - - diff --git a/applications/demo/2d/swirl_restart/regression_values_0.csv b/applications/demo/2d/swirl_restart/regression_values_0.csv deleted file mode 100644 index a13777f27..000000000 --- a/applications/demo/2d/swirl_restart/regression_values_0.csv +++ /dev/null @@ -1,3 +0,0 @@ -count_amr_advance,5 -global_num_patches,916 -count_amr_new_domain,5 diff --git a/applications/demo/2d/swirl_restart/regression_values_1.csv b/applications/demo/2d/swirl_restart/regression_values_1.csv deleted file mode 100644 index a13777f27..000000000 --- a/applications/demo/2d/swirl_restart/regression_values_1.csv +++ /dev/null @@ -1,3 +0,0 @@ -count_amr_advance,5 -global_num_patches,916 -count_amr_new_domain,5 diff --git a/applications/demo/2d/swirl_restart/regressions.sh b/applications/demo/2d/swirl_restart/regressions.sh deleted file mode 100755 index aac4ffb1c..000000000 --- a/applications/demo/2d/swirl_restart/regressions.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# absolute path to application we are testing -application=$FCLAW_APPLICATIONS_BUILD_DIR/clawpack/advection/2d/swirl/swirl - -# change to source dir for working directory -cd $FCLAW_APPLICATIONS_SRC_DIR/clawpack/advection/2d/swirl/ - -# run programs, exit script with nonzero on failure (or else script will exit with value of last program run) -$FCLAW_MPIRUN $FCLAW_MPI_TEST_FLAGS $application -F regression.ini --user:claw-version=4 --regression-check=regression_values_0.csv || exit 1 -$FCLAW_MPIRUN $FCLAW_MPI_TEST_FLAGS $application -F regression.ini --user:claw-version=5 --regression-check=regression_values_1.csv || exit 1