From aa9a7546d277124bdf71009c3caf23079098c91b Mon Sep 17 00:00:00 2001 From: miguel Date: Thu, 3 Feb 2000 08:26:19 +0000 Subject: 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 --- param.ccl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'param.ccl') 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 -- cgit v1.2.3