aboutsummaryrefslogtreecommitdiff
path: root/test/Kerr-rotating-90.par
diff options
context:
space:
mode:
authorrhaas <rhaas@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2012-05-09 22:49:54 +0000
committerrhaas <rhaas@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2012-05-09 22:49:54 +0000
commit9f7b545e52483d66d989cbfcc52254f1166e8702 (patch)
treeadcb10bd1109ee822bf088f9f2663f6172e7a07e /test/Kerr-rotating-90.par
parent9526b745fef1a627a2334c1a658121063756afff (diff)
change test parameters to try and make results more robust against floating
point roundoff git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry90/trunk@72 c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5
Diffstat (limited to 'test/Kerr-rotating-90.par')
-rw-r--r--test/Kerr-rotating-90.par31
1 files changed, 17 insertions, 14 deletions
diff --git a/test/Kerr-rotating-90.par b/test/Kerr-rotating-90.par
index 77edd9e..132ff55 100644
--- a/test/Kerr-rotating-90.par
+++ b/test/Kerr-rotating-90.par
@@ -20,28 +20,28 @@ ActiveThorns = "NaNChecker"
ActiveThorns = "Boundary CartGrid3D CoordBase SymBase ReflectionSymmetry"
ActiveThorns = "RotatingSymmetry90"
-CartGrid3D::type = byrange
+CartGrid3D::type = coordbase
CartGrid3D::domain = full
CartGrid3D::avoid_origin = no
-CartGrid3D::xmin = -0.5
-CartGrid3D::ymin = -0.5
-CartGrid3D::zmin = -0.5
-CartGrid3D::xmax = 4.0
-CartGrid3D::ymax = 4.0
-CartGrid3D::zmax = 4.0
-
-CoordBase::xmin = -0.5
-CoordBase::ymin = -0.5
-CoordBase::zmin = -0.5
-CoordBase::xmax = 4.0
-CoordBase::ymax = 4.0
-CoordBase::zmax = 4.0
+
+CoordBase::xmin = 0.0
+CoordBase::ymin = 0.0
+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_y_lower = 1
+CoordBase::boundary_shiftout_z_lower = 1
ReflectionSymmetry::avoid_origin_x = no
ReflectionSymmetry::avoid_origin_y = no
@@ -60,10 +60,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