aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@f5a6acaf-da7d-456b-b0a8-35edbc60b392>1999-09-11 16:17:17 +0000
committerallen <allen@f5a6acaf-da7d-456b-b0a8-35edbc60b392>1999-09-11 16:17:17 +0000
commit6e5f89613a9d9d621cc02edfb0b01080ac323910 (patch)
tree1045c38bbb1045a03fb062dd8bae02f69065cbef /param.ccl
parent82752ba544c4aaffa72ffb777e4f41fe29e564e7 (diff)
Changes to include IDScalarWaveElliptic
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWave/trunk@8 f5a6acaf-da7d-456b-b0a8-35edbc60b392
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl17
1 files changed, 10 insertions, 7 deletions
diff --git a/param.ccl b/param.ccl
index 4dce0db..323eac2 100644
--- a/param.ccl
+++ b/param.ccl
@@ -7,6 +7,16 @@ USES KEYWORD type ""
{
}
+restricted:
+
+KEYWORD initial_data "Type of initial data"
+{
+ "plane" :: "Plane wave"
+ "gaussian" :: "Gaussian wave"
+ "box" :: "Box wave"
+} "gaussian"
+
+
private:
REAL radius "The radius of the gaussian wave"
@@ -37,10 +47,3 @@ REAL amplitude "The amplitude of the waves"
*:* :: "No restriction"
} 1.0
-KEYWORD initial_data "Type of initial data"
-{
- "plane" :: "Plane wave"
- "gaussian" :: "Gaussian wave"
- "box" :: "Box wave"
-} "gaussian"
-