From 5d921c7d6457f0392fec9ecee61b7e4372937cf3 Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 6 Jul 2004 16:24:46 +0000 Subject: 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 --- param.ccl | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'param.ccl') 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" { -- cgit v1.2.3