aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@071ba4cb-2270-47cd-a45a-3e542e115664>2002-01-16 03:13:35 +0000
committergoodale <goodale@071ba4cb-2270-47cd-a45a-3e542e115664>2002-01-16 03:13:35 +0000
commit97a60a7caf36fabbab10a3c76c9b84d5eaed773d (patch)
tree2a7035897e7510145811a98f9465e875b3aec106 /param.ccl
parent7b0c6b54c4188164e8500f5c4fe9afb399260e7c (diff)
Making the initial data consistent between the initial data thorns -
in particular adding "none" to the C and C++ versions. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveC/trunk@21 071ba4cb-2270-47cd-a45a-3e542e115664
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index fe6f8e7..3d3c0cb 100644
--- a/param.ccl
+++ b/param.ccl
@@ -12,10 +12,13 @@ KEYWORD initial_data "Type of initial data"
"plane" :: "Plane wave"
"gaussian" :: "Gaussian wave"
"box" :: "Box wave"
+ "none" :: "No initial data, zero phi"
} "gaussian"
private:
+## Parameter for initial wavepulses
+
REAL radius "The radius of the gaussian wave"
{
0:* :: "Positive"
@@ -30,10 +33,12 @@ REAL kx "The wave number in the x-direction"
{
*:* :: "No restriction"
} 4.0
+
REAL ky "The wave number in the y-direction"
{
*:* :: "No restriction"
} 0.0
+
REAL kz "The wave number in the z-direction"
{
*:* :: "No restriction"