aboutsummaryrefslogtreecommitdiff
path: root/par
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-05-13 14:15:01 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-05-13 14:15:01 +0000
commit56c143d35416ed3ff9cb0d7d3e0f379483499479 (patch)
tree625c81b7d3890958a039216e92d1832df58f5b7c /par
parente4e46a64b58ac6d9830eb738e4307128dc1e18b3 (diff)
redo excision mask:
* there are now 3 states (inside/buffer/outside) * there is now a "noshrink" option * many other changes too -- see thorn guide for details the new excision support isn't very well tested yet :( :( git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1056 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'par')
-rw-r--r--par/misner1.2-025-init-mask.par13
1 files changed, 7 insertions, 6 deletions
diff --git a/par/misner1.2-025-init-mask.par b/par/misner1.2-025-init-mask.par
index 0914452..1acd2d0 100644
--- a/par/misner1.2-025-init-mask.par
+++ b/par/misner1.2-025-init-mask.par
@@ -78,14 +78,15 @@ AHFinderDirect::find_AHs_at_poststep = "false"
AHFinderDirect::print_timing_stats = "true"
##AHFinderDirect::verbose_level = "algorithm details"
-AHFinderDirect::set_horizon_mask = "true"
+AHFinderDirect::set_mask = "true"
AHFinderDirect::set_old_style_mask = "true"
AHFinderDirect::set_new_style_mask = "false"
-# have mask directly show horizon position for testing (no buffer zone)
-AHFinderDirect::mask_radius_multiplier[1] = 1.0
-AHFinderDirect::mask_radius_multiplier[2] = 1.0
-AHFInderDirect::mask_radius_offset[1] = 0.0
-AHFInderDirect::mask_radius_offset[2] = 0.0
+
+# inside = horizon - 5 grid points
+# buffer = from there out to horizon
+AHFinderDirect::mask_radius_multiplier = 1.0
+AHFInderDirect::mask_radius_offset = -5.0
+AHFInderDirect::mask_buffer_thickness = 5.0
AHFinderDirect::h_base_file_name = "misner1.2-025-init.h"