aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authormiguel <miguel@e296648e-0e4f-0410-bd07-d597d9acff87>2002-05-20 21:49:33 +0000
committermiguel <miguel@e296648e-0e4f-0410-bd07-d597d9acff87>2002-05-20 21:49:33 +0000
commite52b9a2f26cc5a642575e4b02559e2afe7a4f179 (patch)
tree7ac659f1167b528753744a687d04d926bb73ea8a /param.ccl
parente57fed021eb52f24af3ed7f9378c8714df1f93bb (diff)
Added new profile for GaugeWave metric.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@78 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl1
1 files changed, 1 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index b406bc0..0add402 100644
--- a/param.ccl
+++ b/param.ccl
@@ -435,6 +435,7 @@ KEYWORD GW_H "what function to use"
{
"sin" :: "1-a*sin(x)"
"exp" :: "1-exp(x)"
+"gau" :: "1-a*exp(-x**2)"
}"sin"
REAL GW_a "amplitude of the wave"