aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@4ec1db94-0e4f-0410-ada3-8bed251432c9>2004-07-06 16:24:46 +0000
committerschnetter <schnetter@4ec1db94-0e4f-0410-ada3-8bed251432c9>2004-07-06 16:24:46 +0000
commit5d921c7d6457f0392fec9ecee61b7e4372937cf3 (patch)
treefb3f1d0a9f69f784b29b35ce87893a20b393f6bd /param.ccl
parent16725b4c9678c22bf1c23b9c40970a0798735a80 (diff)
Give people more choice for what kind of Minkowski they want.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@3 4ec1db94-0e4f-0410-ada3-8bed251432c9
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl24
1 files changed, 17 insertions, 7 deletions
diff --git a/param.ccl b/param.ccl
index ce5c85d..3debb67 100644
--- a/param.ccl
+++ b/param.ccl
@@ -5,22 +5,32 @@ BOOLEAN verbose "Produce some screen output"
{
} "no"
-BOOLEAN overwrite_geometry "Set the geometry to Minkowski"
+INT num_regions "Number of no-excision regions"
{
-} "yes"
+ 0:10 :: ""
+} 0
-BOOLEAN overwrite_lapse "Set the lapse to one"
+BOOLEAN overwrite_geometry[10] "Set the geometry to Minkowski"
{
} "yes"
-BOOLEAN overwrite_shift "Set the shift to zero"
+REAL Minkowski_scale[10] "Scaling factor for Minkowski"
+{
+ (*:*) :: "Choose 1 for true Minkowski"
+} 1.0
+
+BOOLEAN overwrite_lapse[10] "Set the lapse to one"
{
} "yes"
-INT num_regions "Number of no-excision regions"
+REAL lapse_scale[10] "Scaling factor for lapse"
{
- 0:10 :: ""
-} 0
+ (*:*) :: "Choose 1 for geodesic slicing, 0 to halt evolution"
+} 1.0
+
+BOOLEAN overwrite_shift[10] "Set the shift to zero"
+{
+} "yes"
REAL centre_x[10] "X-coordinate of the centre of the region"
{