[Commits] [svn:einsteintoolkit] Exact/trunk/test/ (Rev. 294)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Mon Dec 2 19:35:49 CST 2013


User: knarf
Date: 2013/12/02 07:35 PM

Removed:
 /trunk/test/
  bowl-evolution.par
 /trunk/test/bowl-evolution/

Log:
 remove testsuite that is similar to other, existing testsuite except that it also evolves the ID that is tested - using ADM. This is not really testing the ID thorn (the other suite is already), but testing ADM itself, so not needed here

File Changes:

Directory: /trunk/test/
=======================

File [removed]: bowl-evolution.par
Delta lines: +0 -44
===================================================================
--- trunk/test/bowl-evolution.par	2013-11-25 15:39:17 UTC (rev 293)
+++ trunk/test/bowl-evolution.par	2013-12-03 01:35:48 UTC (rev 294)
@@ -1,44 +0,0 @@
-# Initial data and short evolution (ADM) of bowl spacetime
-# $Header$
-
-# Required thorns
-ActiveThorns = "CartGrid3D CoordBase SymBase Boundary Time   PUGH PUGHReduce PUGHSlab   LocalReduce IOAscii IOUtil IOBasic   ADMBase ADMMacros ADM ADMCoupling StaticConformal CoordGauge   Exact"
-
-# Grid
-
-driver::global_nx = 10
-driver::global_ny = 10
-driver::global_nz = 10
-
-grid::type   = "byspacing"
-grid::dxyz   = 0.2
-grid::domain = "octant"
-
-cactus::cctk_initial_time = 0.0
-cactus::cctk_itlast       = 0
-time::dtfac = 0.25
-
-# Initial data 
-ADMBase::initial_data = "exact"
-Exact::exact_model = "bowl"
-Exact::bowl__shape = "Gaussian"
-Exact::bowl__evolve = "false"
-Exact::bowl__strength = 0.5
-Exact::bowl__center = 2.5
-Exact::bowl__sigma = 1.0
-
-# Output
-IO::out_dir = "bowl-evolution"
-IO::out_fileinfo = "none"
-IO::parfile_write = "no"
-
-IOBasic::outInfo_every = 1
-IOBasic::outInfo_vars  = "admbase::gxx"
-
-IOBasic::outScalar_every =  1
-IOBasic::outScalar_vars  = "admbase::gxx admbase::gyy admbase::gzz"
-
-IOASCII::out1D_every =  1
-IOASCII::out1D_vars  = "admbase::gxx admbase::gyy admbase::gzz"
-
-



More information about the Commits mailing list