aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorknarf <knarf@55d78c69-0c5c-4738-8e60-d8a2776539f3>2010-04-06 15:50:42 +0000
committerknarf <knarf@55d78c69-0c5c-4738-8e60-d8a2776539f3>2010-04-06 15:50:42 +0000
commit470f290c309c1966a81c46ffefe42223c504eb46 (patch)
tree34feb4519efc4f43c84fe321d63af7076038cfeb /param.ccl
Thorn for excision testing.
- some ENO testsuites do not work (yet), be careful with ENO and excision atm git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Hydro_InitExcision/trunk@93 55d78c69-0c5c-4738-8e60-d8a2776539f3
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl66
1 files changed, 66 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..9f0283b
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,66 @@
+# Parameter definitions for thorn Whisky_Excision
+
+shares: grid
+
+USES keyword domain
+
+restricted:
+
+boolean whisky_initexcision "Sets up an excision zone"
+{
+} "no"
+
+boolean whisky_initexcision_poststep "Schedule also at poststep" STEERABLE=always
+{
+} "no"
+
+CCTK_INT whisky_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"
+{
+ "box" :: "Box excised region"
+ "x-axis" :: "X axis excision"
+ "y-axis" :: "Y axis excision"
+ "z-axis" :: "Z axis excision"
+ "diagonal" :: "diagonal excision"
+ "sphere" :: "sphere excision"
+} "x-axis"
+
+CCTK_INT whisky_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"
+{
+ 0:1 :: "Represents the fraction of excised region (0..1)"
+} 0.25
+
+CCTK_REAL whisky_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"
+{
+ : :: "anything real is ok"
+} 0.0
+
+CCTK_REAL whisky_initexcision_position_y "y-coordinate"
+{
+ : :: "anything real is ok"
+} 0.0
+
+CCTK_REAL whisky_initexcision_position_z "z-coordinate"
+{
+ : :: "anything real is ok"
+} 0.0
+
+CCTK_INT whisky_initexcision_min_points "minimal number of points of excision"
+{
+ 0: :: "minimal number of points of excision, currently only partly implemented"
+} 0
+