aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorknarf <knarf@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-01-12 17:44:10 +0000
committerknarf <knarf@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-01-12 17:44:10 +0000
commita4a9e3793a4a448e49f680f6566b0003d83a1a46 (patch)
tree995bc26204eb5cfd5082190e53b1fcb01174f10d /param.ccl
parent1a6a07d0ae8cecb53b0d0440a45bc682297bf6c1 (diff)
remove analysis routines (moved to Hydro_Analysis), removed SetDriftCorrect funtions because apparently unused - could also be implemented in extra thorn if requested
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@34 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl39
1 files changed, 0 insertions, 39 deletions
diff --git a/param.ccl b/param.ccl
index 7db44ca..954b7a4 100644
--- a/param.ccl
+++ b/param.ccl
@@ -435,45 +435,6 @@ CCTK_INT particle_interpolation_order "What order should be used for the particl
1:* :: "A valid positive interpolation order"
} 2
-#Drift Correction
-
-boolean compute_DCandMaxima "Should we compute the drift correction and the maxima?" STEERABLE=ALWAYS
-{
-} "no"
-
-int DCandMaxima_every "Every so many iterations the maximum is computed"
-{
- 1:* :: "Any positive integer"
-} 1
-
-real rho_max_min "Minimum which the searched maximum of the density can have to be still used"
-{
- 0:* :: "any positive number"
-} 0
-
-boolean Whisky_useFullGridForMaxima "Should we use the full grid for finding the maxima (default is x>0)?" STEERABLE=ALWAYS
-{
-} "no"
-
-boolean set_dc_centroid "Should we use the maximum density to set the DriftCorrect location?"
-{
-} "no"
-
-boolean use_coord_maxima "Should we use the coordinate maximum (yes) or weighted maximum?"
-{
-} "yes"
-
-#Finding separations
-
-boolean compute_EqualMassStarSeparation "Should we compute the separation between the two stars? It only works for the equal-mass case."
-{
-} "yes"
-
-int separation_npoints "Number of points along the straight line for measuring proper separation"
-{
- 1:* :: "Any positive number"
-} 100
-
#Finding the local gradient
keyword gradient_method "Which method is used to set Whisky::DiffRho?"