From ffb7e6ea215975923caed750b3e99a812d36a5ab Mon Sep 17 00:00:00 2001 From: eschnett Date: Wed, 5 Dec 2012 23:51:01 +0000 Subject: Reduce run time for test cases Move current test cases into "par" directory. These test cases are important, but they are feature tests, not regression tests. Create regression test cases from feature test cases by reducing run time and outputting SpaceMask::mask. Add results for the new test cases. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Hydro_InitExcision/trunk@130 55d78c69-0c5c-4738-8e60-d8a2776539f3 --- test/halfsphere_pugh_eno.par.disabled | 90 ----------------------------------- 1 file changed, 90 deletions(-) delete mode 100644 test/halfsphere_pugh_eno.par.disabled (limited to 'test/halfsphere_pugh_eno.par.disabled') diff --git a/test/halfsphere_pugh_eno.par.disabled b/test/halfsphere_pugh_eno.par.disabled deleted file mode 100644 index 702da35..0000000 --- a/test/halfsphere_pugh_eno.par.disabled +++ /dev/null @@ -1,90 +0,0 @@ -!DESC "1D shocktube, RK2, Marquina, ENO, Ideal Gas, Halfsphere-Excision" - -ActiveThorns = "ADMMacros" -ActiveThorns = "pugh pughreduce pughslab localreduce" - -cactus::cctk_itlast = 100 - -driver::ghost_size = 2 -driver::global_nx = 39 -driver::global_ny = 39 -driver::global_nz = 39 - -ActiveThorns = "coordbase symbase cartgrid3d boundary" - -grid::type = "BySpacing" -grid::domain = "full" -grid::dxyz = 0.5 -grid::avoid_origin = "no" - -ActiveThorns = "time" - -time::dtfac = 0.25 - -ActiveThorns = "ioutil ioascii iobasic" - -IO::out_dir = $parfile -IO::out_fileinfo = "none" - -IOBasic::outInfo_every = 1 -IOBasic::outScalar_style = "gnuplot" -IOBasic::outInfo_vars = "hydrobase::rho" - -ActiveThorns = "ADMConstraints admbase admcoupling spacemask staticconformal" - -ADMConstraints::constraints_persist = yes - -IOBasic::outScalar_every = 1 -IOBasic::outScalar_reductions = "minimum maximum" -IOBasic::outScalar_vars = "hydrobase::rho hydrobase::press hydrobase::eps hydrobase::vel GRHydro::dens GRHydro::tau GRHydro::scon GRHydro::w_lorentz" - -IOASCII::out1D_every = 10 -IOASCII::out1D_style = "gnuplot f(x)" -IOASCII::out1D_vars = "hydrobase::rho hydrobase::press hydrobase::eps hydrobase::vel GRHydro::dens GRHydro::tau GRHydro::scon GRHydro::w_lorentz" - -IOASCII::out2D_every = 25 -IOASCII::out2D_vars = "hydrobase::rho" -#IOASCII::out2D_vars = "hydrobase::rho hydrobase::press hydrobase::eps hydrobase::vel GRHydro::dens GRHydro::tau GRHydro::scon GRHydro::w_lorentz" - -ActiveThorns = "nanchecker mol" - -MoL::ode_method = "rk2" -MoL::MoL_Intermediate_Steps = 2 - -ActiveThorns = "ADMBase StaticConformal SpaceMask CoordGauge ADMMacros ADMCoupling" - -ADMBase::evolution_method = "none" -ADMBase::initial_shift = "none" -ADMBase::metric_type = "physical" -SpaceMask::use_mask = "yes" - -ActiveThorns = "eos_omni" - -eos_omni::gl_gamma = 1.66666666666666 -eos_omni::gl_k = 80.0 -eos_omni::poly_k = 80.0 - -ActiveThorns = "tmunubase hydrobase grhydro initbase" - -hydrobase::timelevels = 2 -hydrobase::evolution_method = "GRHydro" - -GRHydro::riemann_solver = "Marquina" -GRHydro::GRHydro_eos_type = "General" -GRHydro::GRHydro_eos_table = "Ideal_Fluid" -GRHydro::GRHydro_stencil = 2 -GRHydro::recon_method = "eno" -GRHydro::bound = "flat" - -ActiveThorns = "grhydro_initdata" - -hydrobase::initial_hydro = "shocktube" -grhydro_initdata::shocktube_type = "xshock" -grhydro_initdata::shock_case = "Simple" - -ActiveThorns = "hydro_initexcision" - -hydro_initexcision::hydro_initexcision = "yes" -hydro_initexcision::hydro_initexcision_type ="sphere" -hydro_initexcision::hydro_initexcision_fraction=0.5 -hydro_initexcision::hydro_initexcision_position_x=9.5 -- cgit v1.2.3