aboutsummaryrefslogtreecommitdiff
path: root/par/Kerr-carpet.par
diff options
context:
space:
mode:
Diffstat (limited to 'par/Kerr-carpet.par')
-rw-r--r--par/Kerr-carpet.par17
1 files changed, 6 insertions, 11 deletions
diff --git a/par/Kerr-carpet.par b/par/Kerr-carpet.par
index 7c13a55..423536a 100644
--- a/par/Kerr-carpet.par
+++ b/par/Kerr-carpet.par
@@ -27,19 +27,17 @@ Carpet::domain_from_coordbase = true
ActiveThorns = "SymBase Boundary"
ActiveThorns = "CoordBase"
-CoordBase::domainsize = "minmax" # specify continuum domain
-CoordBase::xmin = -3.0
+CoordBase::domainsize = "minmax"
+CoordBase::xmin = -3.0 # specify full domain for "new" symmetries
CoordBase::xmax = +3.0
CoordBase::ymin = -3.0
CoordBase::ymax = +3.0
-CoordBase::zmin = 0.0
+CoordBase::zmin = 0.0 # specify active domain for "old" symmetries
CoordBase::zmax = +3.0
CoordBase::dx = 0.2
CoordBase::dy = 0.2
CoordBase::dz = 0.2
-Grid::domain = "bitant"
-
#
# ghost zones
#
@@ -87,10 +85,12 @@ ReflectionSymmetry::avoid_origin_y = true
ReflectionSymmetry::avoid_origin_z = true
ReflectionSymmetry::reflection_x = true
ReflectionSymmetry::reflection_y = true
-ReflectionSymmetry::reflection_z = true
+ReflectionSymmetry::reflection_z = false # CartGrid3D will take care of
+ # this reflection symmetry
ActiveThorns = "CartGrid3D"
CartGrid3D::type = "CoordBase"
+Grid::domain = "bitant"
########################################
@@ -110,11 +110,6 @@ Exact::Kerr_KerrSchild__spin = 0.6
########################################
-ActiveThorns = "IOUtil"
-IOUtil::parfile_write = "no"
-
-########################################
-
ActiveThorns = "SphericalSurface"
ActiveThorns = "AEILocalInterp AHFinderDirect"