aboutsummaryrefslogtreecommitdiff
path: root/par/Kerr.par
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-02-16 22:21:49 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-02-16 22:21:49 +0000
commitcc221a875a640142697df54a2bcff6638f7b1a88 (patch)
treea1477d8a3dd8b96d0dea7a2af4546556166389aa /par/Kerr.par
parent04ed769ddfacb1d6f5faedb66d3ff8d512ede7d4 (diff)
* general tidying of multiprocessor code
* add current iteration number to what's sent to processor #0 for printing at each iteration * add a new verbosity level "algorithm debug" for what used to be #ifdef DEBUG debugging code * add new parameters & logic to set CCTK_Warn() levels for various warnings (eg AH is outside the gid, metric isn't +ve definite, etc) * restore the ability to output the horizon shape to a data file, which I mistakenly deleted a few days ago :( git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@947 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'par/Kerr.par')
-rw-r--r--par/Kerr.par5
1 files changed, 2 insertions, 3 deletions
diff --git a/par/Kerr.par b/par/Kerr.par
index c9e1077..59f24b7 100644
--- a/par/Kerr.par
+++ b/par/Kerr.par
@@ -8,10 +8,10 @@
cactus::cctk_itlast = 0
ActiveThorns = "PUGH"
-driver::ghost_size = 2
+driver::ghost_size = 3
driver::global_nx = 31
driver::global_ny = 31
-driver::global_nz = 17
+driver::global_nz = 19
ActiveThorns = "CartGrid3D"
grid::domain = "bitant"
@@ -38,7 +38,6 @@ AHFinderDirect::find_AHs_at_postinitial = "true"
AHFinderDirect::find_AHs_at_poststep = "false"
AHFinderDirect::print_timing_stats = "true"
-AHFinderDirect::final_Theta_update_if_Delta_h_converged = "true"
AHFinderDirect::how_often_to_output_Theta = 1
AHFinderDirect::h_base_file_name = "Kerr.h"
AHFinderDirect::Theta_base_file_name = "Kerr.Theta"