aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorknarf <knarf@b6729ddc-ac74-4bd1-908c-9dc7244c52a1>2010-01-12 17:15:49 +0000
committerknarf <knarf@b6729ddc-ac74-4bd1-908c-9dc7244c52a1>2010-01-12 17:15:49 +0000
commite32ca78bb29e9f7b8188a8233305cd9dab60a4a6 (patch)
tree3d0e35ee8e2a66bb325cdfb25276e3ba0826e249 /param.ccl
parente7c1aff4934fc4595e6c5b205fcfb736fda1444a (diff)
add distance calculation from Whisky
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Hydro_Analysis/trunk@32 b6729ddc-ac74-4bd1-908c-9dc7244c52a1
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl13
1 files changed, 11 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 3ab7385..b30d7e8 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,6 +1,6 @@
# Parameter definitions for thorn Hydro_Analysis
-BOOLEAN Hydro_Analysis_rho_max_search "Look for the value and location of the maximum of rho"
+BOOLEAN Hydro_Analysis_comp_rho_max "Look for the value and location of the maximum of rho"
{
} "false"
@@ -9,7 +9,16 @@ BOOLEAN Hydro_Analysis_rho_max_loc_only_positive_x "Restrict location search for
} "false"
-BOOLEAN Hydro_Analysis_weighted_center_of_mass "Look for the location of the center of mass"
+BOOLEAN Hydro_Analysis_comp_vol_weighted_center_of_mass "Look for the location of the volume-weighted center of mass"
{
} "false"
+BOOLEAN Hydro_Analysis_comp_rho_max_origin_distance "Look for the proper distance between the maximum of the density and the origin (along a straight coordinate line)"
+{
+} "false"
+
+CCTK_INT Hydro_Analysis_rho_max_origin_distance_npoints "Number of points along the straight line for measuring proper distance"
+{
+ 1:* :: "Any positive number"
+} 100
+