aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@4ec1db94-0e4f-0410-ada3-8bed251432c9>2004-06-19 16:26:56 +0000
committerschnetter <schnetter@4ec1db94-0e4f-0410-ada3-8bed251432c9>2004-06-19 16:26:56 +0000
commit16725b4c9678c22bf1c23b9c40970a0798735a80 (patch)
tree6dcec45b7b29a1ede7c4055036fd8e75b5f2c0dd /param.ccl
parentb42f8257e8a826f81730ee514c289a92e41fa683 (diff)
A new excision thorn.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@2 4ec1db94-0e4f-0410-ada3-8bed251432c9
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl43
1 files changed, 43 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..ce5c85d
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,43 @@
+# Parameter definitions for thorn NoExcision
+# $Header$
+
+BOOLEAN verbose "Produce some screen output"
+{
+} "no"
+
+BOOLEAN overwrite_geometry "Set the geometry to Minkowski"
+{
+} "yes"
+
+BOOLEAN overwrite_lapse "Set the lapse to one"
+{
+} "yes"
+
+BOOLEAN overwrite_shift "Set the shift to zero"
+{
+} "yes"
+
+INT num_regions "Number of no-excision regions"
+{
+ 0:10 :: ""
+} 0
+
+REAL centre_x[10] "X-coordinate of the centre of the region"
+{
+ (*:*) :: ""
+} 0.0
+
+REAL centre_y[10] "Y-coordinate of the centre of the region"
+{
+ (*:*) :: ""
+} 0.0
+
+REAL centre_z[10] "Z-coordinate of the centre of the region"
+{
+ (*:*) :: ""
+} 0.0
+
+REAL radius[10] "Radius of the region"
+{
+ 0.0:*) :: ""
+} 1.0