aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-12-03 23:25:24 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-12-03 23:25:24 +0000
commitcada3378b043d7c8c0e7ee28ecc7087182d311ae (patch)
tree9ba537a8768a87bbfc2e4460d3aaf582c628928c /par
parent75e72eb8d538dd35632d3228cb4cbd059e3942d2 (diff)
At Ian Hawke's request, make the setting of an excision mask specifyable
on a per-horizon basis: The old parameter set_mask is now replaced by two new parameters: set_mask_for_all_horizons set_mask_for_individual_horizon[n] For most purposes, you can just change set_mask to set_mask_for_all_horizons in your parameter files. If you really want to control the setting of the mask on a per-horizon basis, read section 4.6 in the thorn guide to find out how the new parameters work. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1222 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'par')
-rw-r--r--par/bl-different-mask-min-radius-points=5.par2
-rw-r--r--par/bl-different-mask.par2
-rw-r--r--par/misner-mask-noshrink.par2
-rw-r--r--par/misner-mask-xnoshrink.par2
4 files changed, 4 insertions, 4 deletions
diff --git a/par/bl-different-mask-min-radius-points=5.par b/par/bl-different-mask-min-radius-points=5.par
index 581efab..68ff3c7 100644
--- a/par/bl-different-mask-min-radius-points=5.par
+++ b/par/bl-different-mask-min-radius-points=5.par
@@ -81,7 +81,7 @@ AHFinderDirect::verbose_level = "algorithm details"
AHFinderDirect::h_base_file_name = "bl-different-mask-min-radius-points=5.h"
AHFinderDirect::BH_diagnostics_base_file_name = "bl-different-mask-min-radius-points=5.BH_diagnostics"
-AHFinderDirect::set_mask = "true"
+AHFinderDirect::set_mask_for_all_horizons = "true"
AHFinderDirect::set_old_style_mask = "true"
# inside = horizon - 5 grid points
# buffer = from there out to horizon
diff --git a/par/bl-different-mask.par b/par/bl-different-mask.par
index 212f0cb..df4740f 100644
--- a/par/bl-different-mask.par
+++ b/par/bl-different-mask.par
@@ -81,7 +81,7 @@ AHFinderDirect::verbose_level = "algorithm details"
AHFinderDirect::h_base_file_name = "bl-different-mask.h"
AHFinderDirect::BH_diagnostics_base_file_name = "bl-different-mask.BH_diagnostics"
-AHFinderDirect::set_mask = "true"
+AHFinderDirect::set_mask_for_all_horizons = "true"
AHFinderDirect::set_old_style_mask = "true"
# inside = horizon - 5 grid points
# buffer = from there out to horizon
diff --git a/par/misner-mask-noshrink.par b/par/misner-mask-noshrink.par
index 618b250..2b4577b 100644
--- a/par/misner-mask-noshrink.par
+++ b/par/misner-mask-noshrink.par
@@ -76,7 +76,7 @@ ActiveThorns = "always AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
AHFinderDirect::print_timing_stats = "true"
##AHFinderDirect::verbose_level = "algorithm details"
-AHFinderDirect::set_mask = "true"
+AHFinderDirect::set_mask_for_all_horizons = "true"
AHFinderDirect::set_old_style_mask = "true"
AHFinderDirect::set_new_style_mask = "false"
diff --git a/par/misner-mask-xnoshrink.par b/par/misner-mask-xnoshrink.par
index dc25b77..afdfe4a 100644
--- a/par/misner-mask-xnoshrink.par
+++ b/par/misner-mask-xnoshrink.par
@@ -76,7 +76,7 @@ ActiveThorns = "always AEILocalInterp PUGHInterp PUGHReduce AHFinderDirect"
AHFinderDirect::print_timing_stats = "true"
##AHFinderDirect::verbose_level = "algorithm details"
-AHFinderDirect::set_mask = "true"
+AHFinderDirect::set_mask_for_all_horizons = "true"
AHFinderDirect::set_old_style_mask = "true"
AHFinderDirect::set_new_style_mask = "false"