aboutsummaryrefslogtreecommitdiff
path: root/test
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 /test
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 'test')
-rw-r--r--test/test_wavetoyf77.par12
1 files changed, 7 insertions, 5 deletions
diff --git a/test/test_wavetoyf77.par b/test/test_wavetoyf77.par
index 54462f3..8e26463 100644
--- a/test/test_wavetoyf77.par
+++ b/test/test_wavetoyf77.par
@@ -1,12 +1,14 @@
# test_wavetoyf77.par : WaveToyF77
-ActiveThorns = "wavetoyf77 pugh cartgrid3d ioutil ioascii"
+ActiveThorns = "time wavetoyf77 idscalarwave pugh cartgrid3d ioutil ioascii"
-grid::type = "box"
+grid::type = "box"
-wavetoyf77::initial_data = "gaussian"
-wavetoyf77::sigma = 0.1
-wavetoyf77::radius = 0
+time::dtfac = 0.5
+
+idscalarwave::initial_data = "gaussian"
+idscalarwave::sigma = 0.1
+idscalarwave::radius = 0
driver::global_nx = 20
driver::global_ny = 20