From cada3378b043d7c8c0e7ee28ecc7087182d311ae Mon Sep 17 00:00:00 2001 From: jthorn Date: Wed, 3 Dec 2003 23:25:24 +0000 Subject: 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 --- par/bl-different-mask-min-radius-points=5.par | 2 +- par/bl-different-mask.par | 2 +- par/misner-mask-noshrink.par | 2 +- par/misner-mask-xnoshrink.par | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'par') 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" -- cgit v1.2.3