aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorallen <allen@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>1999-10-24 10:00:19 +0000
committerallen <allen@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>1999-10-24 10:00:19 +0000
commit68ae55320640190ca4d62c485dd655892c388b89 (patch)
treecffba2769acb1cb4dd786f9d1ea1760336199e79 /test
parentb4c6f546698b6b3ce64944456564fff3866a7926 (diff)
Test suite for Brill Lindquist
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAnalyticBH/trunk@42 6a3ddf76-46e1-4315-99d9-bc56cac1ef84
Diffstat (limited to 'test')
-rw-r--r--test/test_bl.par51
-rw-r--r--test/test_bl/grr_max.tl3
-rw-r--r--test/test_bl/grr_min.tl3
-rw-r--r--test/test_bl/grr_nm1.tl3
-rw-r--r--test/test_bl/grr_nm2.tl3
-rw-r--r--test/test_bl/psi_max.tl2
-rw-r--r--test/test_bl/psi_min.tl2
-rw-r--r--test/test_bl/psi_nm1.tl2
-rw-r--r--test/test_bl/psi_nm2.tl2
9 files changed, 71 insertions, 0 deletions
diff --git a/test/test_bl.par b/test/test_bl.par
new file mode 100644
index 0000000..611f15b
--- /dev/null
+++ b/test/test_bl.par
@@ -0,0 +1,51 @@
+!DESC "1+log sliced 4 BL black holes, ADM, double leapfrog"
+
+#Required thorns
+ActiveThorns = "Time Einstein CartGrid3D pugh ADM IDanalyticBH IOUtil iobasic"
+
+# GENERAL
+
+einstein::evolution_system = "ADM"
+
+driver::global_nx = 20
+driver::global_ny = 20
+driver::global_nz = 20
+
+grid::type = "byspacing"
+grid::dxyz = 0.8
+grid::domain = "full"
+
+time::dtfac = 0.25
+
+einstein::slicing = "1+log"
+einstein::initial_data = "bl_bh"
+
+idanalyticbh::bl_nbh = 4
+idanalyticbh::bl_x0_1 = 3.5
+idanalyticbh::bl_y0_1 = 3.5
+idanalyticbh::bl_z0_1 = 3.5
+idanalyticbh::bl_M_1 = 0.1
+idanalyticbh::bl_x0_2 = 3.5
+idanalyticbh::bl_y0_2 = -3.5
+idanalyticbh::bl_z0_2 = 3.1
+idanalyticbh::bl_M_2 = 0.2
+idanalyticbh::bl_x0_3 = -3.5
+idanalyticbh::bl_y0_3 = 3.2
+idanalyticbh::bl_z0_3 = -3.5
+idanalyticbh::bl_M_3 = 0.3
+idanalyticbh::bl_x0_4 = -3.5
+idanalyticbh::bl_y0_4 = -3.3
+idanalyticbh::bl_z0_4 = 3.5
+idanalyticbh::bl_M_4 = 0.4
+
+cactus::cctk_itlast = 3
+adm::bound = "flat"
+adm::method = "leapfrog"
+
+IO::outdir = "test_bl"
+IOBasic::outInfo_every = 1
+IOBasic::outInfo_vars = "einstein::gxx einstein::psi"
+IOBasic::outScalar_every = 2
+IOBasic::outScalar_vars = "einstein::grr einstein::psi"
+
+##################################################################
diff --git a/test/test_bl/grr_max.tl b/test/test_bl/grr_max.tl
new file mode 100644
index 0000000..93d74a8
--- /dev/null
+++ b/test/test_bl/grr_max.tl
@@ -0,0 +1,3 @@
+"grr max v time
+0.000000 1.0000000000000
+0.400000 2.1253455302951
diff --git a/test/test_bl/grr_min.tl b/test/test_bl/grr_min.tl
new file mode 100644
index 0000000..f15a441
--- /dev/null
+++ b/test/test_bl/grr_min.tl
@@ -0,0 +1,3 @@
+"grr min v time
+0.000000 1.0000000000000
+0.400000 0.8497777709501
diff --git a/test/test_bl/grr_nm1.tl b/test/test_bl/grr_nm1.tl
new file mode 100644
index 0000000..1b426b7
--- /dev/null
+++ b/test/test_bl/grr_nm1.tl
@@ -0,0 +1,3 @@
+"grr norm1 v time
+0.000000 1.0000000000000
+0.400000 1.0002764516045
diff --git a/test/test_bl/grr_nm2.tl b/test/test_bl/grr_nm2.tl
new file mode 100644
index 0000000..822eb2f
--- /dev/null
+++ b/test/test_bl/grr_nm2.tl
@@ -0,0 +1,3 @@
+"grr norm2 v time
+0.000000 1.0000000000000
+0.400000 1.0003602816339
diff --git a/test/test_bl/psi_max.tl b/test/test_bl/psi_max.tl
new file mode 100644
index 0000000..fed0d35
--- /dev/null
+++ b/test/test_bl/psi_max.tl
@@ -0,0 +1,2 @@
+"psi max v time
+0.000000 1.6373073474451
diff --git a/test/test_bl/psi_min.tl b/test/test_bl/psi_min.tl
new file mode 100644
index 0000000..4c0dcb0
--- /dev/null
+++ b/test/test_bl/psi_min.tl
@@ -0,0 +1,2 @@
+"psi min v time
+0.000000 1.0326076307267
diff --git a/test/test_bl/psi_nm1.tl b/test/test_bl/psi_nm1.tl
new file mode 100644
index 0000000..09dcd78
--- /dev/null
+++ b/test/test_bl/psi_nm1.tl
@@ -0,0 +1,2 @@
+"psi norm1 v time
+0.000000 1.0658495943888
diff --git a/test/test_bl/psi_nm2.tl b/test/test_bl/psi_nm2.tl
new file mode 100644
index 0000000..5f1b4ad
--- /dev/null
+++ b/test/test_bl/psi_nm2.tl
@@ -0,0 +1,2 @@
+"psi norm2 v time
+0.000000 1.0661166560685