From f5ba8ce77c8c3eb9f32d7174e725b8adb730d9bc Mon Sep 17 00:00:00 2001 From: knarf Date: Fri, 23 Apr 2010 07:27:19 +0000 Subject: 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 --- param.ccl | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'param.ccl') 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 -- cgit v1.2.3