aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@4451c3c6-1034-4891-99ea-21147727ccdf>1999-09-04 11:05:58 +0000
committerallen <allen@4451c3c6-1034-4891-99ea-21147727ccdf>1999-09-04 11:05:58 +0000
commit4ef140c2df7c77fefeb6927b5bf882d855562165 (patch)
tree90c13f861736ca5708aa49ec5bea5b3bb18de9cd /param.ccl
parenta12904e2eb63db11e01f9baa35aca7190c4e3239 (diff)
Removing initial data and setting of timestep from WaveToy, these
jobs go to different thorns now git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@19 4451c3c6-1034-4891-99ea-21147727ccdf
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl50
1 files changed, 0 insertions, 50 deletions
diff --git a/param.ccl b/param.ccl
index 32d50ef..fc1009c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,58 +1,8 @@
# Parameter definitions for thorn WaveToyF77
# $Header$
-shares: grid
-
-USES KEYWORD type ""
-{
-}
-
-
-restricted:
-
-REAL dtfac "The timestep condition dt = dtfac*dx"
-{
- 0:* :: "Should probably be bigger than zero"
-} 0.5
-
-
private:
-REAL radius "The radius of the gaussian wave"
-{
- 0:* ::
-} 0.0
-
-REAL sigma "The sigma for the gaussian wave"
-{
- 0:* ::
-} 0.1
-
-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"
-} 0.0
-
-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"
-
KEYWORD bound "Type of boundary condition to use"
{
"none" :: "No boundary condition"