aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-06-16 20:26:48 +0000
committerjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-06-16 20:26:48 +0000
commitccd32d0797b31071a057a71134096d37c6aae8d8 (patch)
treedfb1b3158e993edee732581814f60397c54d49fa /test
parent1074808bc9e92a731f2aeccd59b6e56f71e5142f (diff)
Removed Files:
test_Exact_1.par renamed to bowl-init.par and converted/updated git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@106 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'test')
-rw-r--r--test/test_Exact_1.par44
1 files changed, 0 insertions, 44 deletions
diff --git a/test/test_Exact_1.par b/test/test_Exact_1.par
deleted file mode 100644
index d38d9d7..0000000
--- a/test/test_Exact_1.par
+++ /dev/null
@@ -1,44 +0,0 @@
-!DESC "Initial data for bowl spacetime, no evolution"
-
-# Required thorns
-
-ActiveThorns = "admbase adm admmacros staticconformal coordgauge time pugh pughslab boundary cartgrid3d exact ioascii ioutil iobasic PughReduce"
-
-# Grid
-
-driver::global_nx = 20
-driver::global_ny = 20
-driver::global_nz = 20
-
-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::metric_type = "physical"
-admbase::initial_data = "exact"
-
-exact::exactmodel = "bowl"
-
-# Output
-
-IO::out_dir = "test_Exact_1"
-IO::out_fileinfo = "none"
-
-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"
-
-# do not use the new scheme for names of output files
-IO::new_filename_scheme = "no" \ No newline at end of file