From e32ca78bb29e9f7b8188a8233305cd9dab60a4a6 Mon Sep 17 00:00:00 2001 From: knarf Date: Tue, 12 Jan 2010 17:15:49 +0000 Subject: add distance calculation from Whisky git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Hydro_Analysis/trunk@32 b6729ddc-ac74-4bd1-908c-9dc7244c52a1 --- param.ccl | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'param.ccl') 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 + -- cgit v1.2.3