aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorknarf <knarf@55d78c69-0c5c-4738-8e60-d8a2776539f3>2010-04-23 07:27:19 +0000
committerknarf <knarf@55d78c69-0c5c-4738-8e60-d8a2776539f3>2010-04-23 07:27:19 +0000
commitf5ba8ce77c8c3eb9f32d7174e725b8adb730d9bc (patch)
tree0d55169912a8a162aaa8e8e9f49c8d9653330626 /param.ccl
parent470f290c309c1966a81c46ffefe42223c504eb46 (diff)
reflect thorn name change, also change implementation name, file, parameter and function names, make testsuites work by also applying the necessary name changes
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Hydro_InitExcision/trunk@106 55d78c69-0c5c-4738-8e60-d8a2776539f3
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl24
1 files changed, 12 insertions, 12 deletions
diff --git a/param.ccl b/param.ccl
index 9f0283b..30da1d6 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,4 +1,4 @@
-# Parameter definitions for thorn Whisky_Excision
+# Parameter definitions for thorn Hydro_InitExcision
shares: grid
@@ -6,20 +6,20 @@ USES keyword domain
restricted:
-boolean whisky_initexcision "Sets up an excision zone"
+boolean hydro_initexcision "Sets up an excision zone"
{
} "no"
-boolean whisky_initexcision_poststep "Schedule also at poststep" STEERABLE=always
+boolean hydro_initexcision_poststep "Schedule also at poststep" STEERABLE=always
{
} "no"
-CCTK_INT whisky_initexcision_old_mask "Also set the old 'emask'?"
+CCTK_INT hydro_initexcision_old_mask "Also set the old 'emask'?"
{
0:1 :: "0 (default) for no, 1 for yes"
} 0
-keyword whisky_initexcision_type "Type of excision to apply"
+keyword hydro_initexcision_type "Type of excision to apply"
{
"box" :: "Box excised region"
"x-axis" :: "X axis excision"
@@ -29,37 +29,37 @@ keyword whisky_initexcision_type "Type of excision to apply"
"sphere" :: "sphere excision"
} "x-axis"
-CCTK_INT whisky_initexcision_flip "Exchange excised and normal region"
+CCTK_INT hydro_initexcision_flip "Exchange excised and normal region"
{
0:1 :: "0 (default) for no, 1 for yes"
} 0
-CCTK_REAL whisky_initexcision_fraction "Fraction of excised region"
+CCTK_REAL hydro_initexcision_fraction "Fraction of excised region"
{
0:1 :: "Represents the fraction of excised region (0..1)"
} 0.25
-CCTK_REAL whisky_initexcision_coordinate_length "Length of excised region" STEERABLE=always
+CCTK_REAL hydro_initexcision_coordinate_length "Length of excised region" STEERABLE=always
{
0: :: "Length of excised region, has different meanings for the types"
} 0
-CCTK_REAL whisky_initexcision_position_x "x-coordinate"
+CCTK_REAL hydro_initexcision_position_x "x-coordinate"
{
: :: "anything real is ok"
} 0.0
-CCTK_REAL whisky_initexcision_position_y "y-coordinate"
+CCTK_REAL hydro_initexcision_position_y "y-coordinate"
{
: :: "anything real is ok"
} 0.0
-CCTK_REAL whisky_initexcision_position_z "z-coordinate"
+CCTK_REAL hydro_initexcision_position_z "z-coordinate"
{
: :: "anything real is ok"
} 0.0
-CCTK_INT whisky_initexcision_min_points "minimal number of points of excision"
+CCTK_INT hydro_initexcision_min_points "minimal number of points of excision"
{
0: :: "minimal number of points of excision, currently only partly implemented"
} 0