aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/IDScalarWave/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetExtra/IDScalarWave/param.ccl')
-rw-r--r--CarpetExtra/IDScalarWave/param.ccl23
1 files changed, 6 insertions, 17 deletions
diff --git a/CarpetExtra/IDScalarWave/param.ccl b/CarpetExtra/IDScalarWave/param.ccl
index e44af902a..23f43746c 100644
--- a/CarpetExtra/IDScalarWave/param.ccl
+++ b/CarpetExtra/IDScalarWave/param.ccl
@@ -1,5 +1,9 @@
# Parameter definitions for thorn IDScalarWave
-# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/IDScalarWave/param.ccl,v 1.5 2002/03/23 20:21:00 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/IDScalarWave/param.ccl,v 1.1 2001/03/01 13:40:10 eschnett Exp $
+
+shares: grid
+
+USES KEYWORD type
restricted:
@@ -8,7 +12,6 @@ KEYWORD initial_data "Type of initial data"
"plane" :: "Plane wave"
"gaussian" :: "Gaussian wave"
"box" :: "Box wave"
- "1/r" :: "1/r data"
"none" :: "No initial data, zero phi"
} "gaussian"
@@ -18,7 +21,7 @@ private:
REAL radius "The radius of the gaussian wave"
{
- *:* :: "No restriction"
+ 0:* :: "Positive"
} 0.0
REAL sigma "The sigma for the gaussian wave"
@@ -46,17 +49,3 @@ REAL amplitude "The amplitude of the waves"
*:* :: "No restriction"
} 1.0
-REAL cx "x-coordinate of center of 1/r initial data"
-{
- *:* :: "No restriction"
-} 0.0
-
-REAL cy "y-coordinate of center of 1/r initial data"
-{
- *:* :: "No restriction"
-} 0.0
-
-REAL cz "z-coordinate of center of 1/r initial data"
-{
- *:* :: "No restriction"
-} 0.0