aboutsummaryrefslogtreecommitdiff
path: root/test/test_Exact_1.par
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_Exact_1.par')
-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