aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authormiguel <miguel@e296648e-0e4f-0410-bd07-d597d9acff87>2000-02-03 08:26:19 +0000
committermiguel <miguel@e296648e-0e4f-0410-bd07-d597d9acff87>2000-02-03 08:26:19 +0000
commitaa9a7546d277124bdf71009c3caf23079098c91b (patch)
tree99e60c8f3051b34a9814982e1ed90c54535ba43a /param.ccl
parentda015071f52c30ec87c20bcbb400dbe5e75a0238 (diff)
Adding a new "spacetime". It is really just Minkowski with a non-trivial
spatial coordinate system. I am using it for studying the stability of the diferent formulations of the 3+1 equations. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@19 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl11
1 files changed, 11 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index ec91d3b..af6d10f 100644
--- a/param.ccl
+++ b/param.ccl
@@ -53,6 +53,7 @@ KEYWORD exactmodel "The exact solution used in thorn exact"
"multiBH" :: Maximally charged multi BH solutions
"bowl" :: Non-Einstein bowl (bag-of-gold) spacetime
"fakebinary" :: Non-Einstein fake-binary of Thorn et al
+ "flatfunny" :: Minkowski spacetime in non-trivial spatial coordinates
} "minkowski"
@@ -333,4 +334,14 @@ REAL co_bh4z "z coord of black hole 4"
} 0.0
+# Parameters for flatfunny.
+REAL flatfunny_a "Amplitude of gaussian"
+{
+0.0:1.0 :: "Positive and smaller than 1 please"
+} 0.0
+
+REAL flatfunny_s "Width of gaussian"
+{
+0.0: :: "Positive please"
+} 1.0 \ No newline at end of file