aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@e296648e-0e4f-0410-bd07-d597d9acff87>2004-05-30 11:25:20 +0000
committerschnetter <schnetter@e296648e-0e4f-0410-bd07-d597d9acff87>2004-05-30 11:25:20 +0000
commitd20a28ea62010b16fc89618d7b190385f25e2dc5 (patch)
treead5233d8c14aea5e4f056abf9c13232236bd4b55 /param.ccl
parentcc0b2e41a7712e927238312e7c0ee9ed5c328dd5 (diff)
Fix whitespace.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@199 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl37
1 files changed, 28 insertions, 9 deletions
diff --git a/param.ccl b/param.ccl
index b0f2a9e..759bfaf 100644
--- a/param.ccl
+++ b/param.ccl
@@ -36,10 +36,10 @@ EXTENDS KEYWORD initial_shift
EXTENDS KEYWORD evolution_method
{
"exact" :: "Fake an evolution by setting exact data at every timestep"
- "slice" :: "Evolve arbitrary slice and extract Cauchy data"
+ "slice" :: "Evolve arbitrary slice and extract Cauchy data"
}
-shares:StaticConformal
+shares: StaticConformal
USES KEYWORD conformal_storage
@@ -114,6 +114,25 @@ REAL boost_vz "z component of boost velocity"
} 0.0
################################################################################
+##### parameters for adding to the shift of any model ##########################
+################################################################################
+
+private:
+
+REAL shift_add_x "x component of added shift"
+{
+*:* :: "any real number"
+} 0.0
+REAL shift_add_y "y component of added shift"
+{
+*:* :: "any real number"
+} 0.0
+REAL shift_add_z "z component of added shift"
+{
+*:* :: "any real number"
+} 0.0
+
+################################################################################
##### general comments #########################################################
################################################################################
@@ -274,22 +293,22 @@ REAL Minkowski_funny__sigma "Minkowski/funny: width of Gaussian"
KEYWORD Minkowski_gauge_wave__what_fn \
"Minkowski/gauge wave: what function to use"
{
-"sin" :: "1-a*sin(x)"
-"expsin" :: "exp(a*sin(x)*cos(t))"
-"Gaussian":: "1-a*exp(-x**2)"
-}"sin"
+"sin" :: "1-a*sin(x)"
+"expsin" :: "exp(a*sin(x)*cos(t))"
+"Gaussian" :: "1-a*exp(-x**2)"
+} "sin"
REAL Minkowski_gauge_wave__amplitude \
"Minkowski/gauge wave: amplitude of the wave"
{
-(-1:1) :: "any real number with absolute value < 1"
-}0.5
+*:* :: "any real number"
+} 0.5
REAL Minkowski_gauge_wave__omega \
"Minkowski/gauge wave: angular frequency of the wave in time"
{
*:* :: "any real number"
-}1.0
+} 1.0
BOOLEAN Minkowski_gauge_wave__diagonal \
"Minkowski/gauge wave: should the wave run diagonally across the grid?"