aboutsummaryrefslogtreecommitdiff
path: root/test/Kerr-rotating-180.par
diff options
context:
space:
mode:
authorrhaas <rhaas@20f44201-0f4f-0410-9130-e5fc2714a787>2012-05-09 22:52:50 +0000
committerrhaas <rhaas@20f44201-0f4f-0410-9130-e5fc2714a787>2012-05-09 22:52:50 +0000
commit19e6b181b27a93d2ed1b529bf096a86617848659 (patch)
tree599f78f41f5ea8ae3e75b2abb597d9b01aba31ad /test/Kerr-rotating-180.par
parent36aeb03df3678df80f84531a05c0da0cf7b99653 (diff)
change test parameters to try and make results more robust against floating
point roundoff git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry180/trunk@74 20f44201-0f4f-0410-9130-e5fc2714a787
Diffstat (limited to 'test/Kerr-rotating-180.par')
-rw-r--r--test/Kerr-rotating-180.par30
1 files changed, 16 insertions, 14 deletions
diff --git a/test/Kerr-rotating-180.par b/test/Kerr-rotating-180.par
index 4fa1164..8e0af33 100644
--- a/test/Kerr-rotating-180.par
+++ b/test/Kerr-rotating-180.par
@@ -20,28 +20,27 @@ ActiveThorns = "NaNChecker"
ActiveThorns = "Boundary CartGrid3D CoordBase SymBase ReflectionSymmetry"
ActiveThorns = "RotatingSymmetry180"
-CartGrid3D::type = byrange
+CartGrid3D::type = coordbase
CartGrid3D::domain = full
CartGrid3D::avoid_origin = no
-CartGrid3D::xmin = -0.5
-CartGrid3D::ymin = -4.0
-CartGrid3D::zmin = -0.5
-CartGrid3D::xmax = 4.0
-CartGrid3D::ymax = 4.0
-CartGrid3D::zmax = 4.0
-
-CoordBase::xmin = -0.5
-CoordBase::ymin = -4.0
-CoordBase::zmin = -0.5
-CoordBase::xmax = 4.0
-CoordBase::ymax = 4.0
-CoordBase::zmax = 4.0
+
+CoordBase::xmin = 0.0
+CoordBase::ymin = -4.0+0.25
+CoordBase::zmin = 0.0
+CoordBase::xmax = 4.0-0.25
+CoordBase::ymax = 4.0-0.25
+CoordBase::zmax = 4.0-0.25
+CoordBase::dx = 0.25
+CoordBase::dy = 0.25
+CoordBase::dz = 0.25
CoordBase::boundary_size_x_upper = 2
CoordBase::boundary_size_y_upper = 2
CoordBase::boundary_size_z_upper = 2
CoordBase::boundary_size_x_lower = 2
CoordBase::boundary_size_y_lower = 2
CoordBase::boundary_size_z_lower = 2
+CoordBase::boundary_shiftout_x_lower = 1
+CoordBase::boundary_shiftout_z_lower = 1
ReflectionSymmetry::avoid_origin_x = no
ReflectionSymmetry::avoid_origin_y = no
@@ -60,10 +59,13 @@ ADMBase::initial_dtshift = exact
Exact::exact_model = "Kerr/Kerr-Schild"
Exact::Kerr_KerrSchild__mass = 1.0
Exact::Kerr_KerrSchild__spin = 0.6
+Exact::exact_eps = 1e-3
ActiveThorns = "NoExcision SphericalSurface LoopControl"
NoExcision::num_regions = 1
NoExcision::radius[0] = 0.6
+NoExcision::Minkowski_scale[0] = 2.6 # value found at r=0.75
+NoExcision::reduce_rhs[0] = yes
ActiveThorns = "Time"
Time::dtfac = 0.25