aboutsummaryrefslogtreecommitdiff
path: root/test/checkpoint.parfile
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2003-01-20 12:16:01 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2003-01-20 12:16:01 +0000
commit1e8c628f57c2c58a431b363b914a6a91724b180d (patch)
treeb3d2fc1927074aeac36acb449b8801c1b658db96 /test/checkpoint.parfile
parent05f49872b9502a3d320b3fdf2c3806dc3604a942 (diff)
Fixed testsuite parameters according to CactusWave/WaveToyC/test/test_rad.par.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@270 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'test/checkpoint.parfile')
-rw-r--r--test/checkpoint.parfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/checkpoint.parfile b/test/checkpoint.parfile
index 99fe0fd..24fdd44 100644
--- a/test/checkpoint.parfile
+++ b/test/checkpoint.parfile
@@ -37,8 +37,6 @@ IOFlexIO::checkpoint = "yes"
# Down from here the original parameter settings from the
# CactusWave/WaveToyC/test/test_rad.par test suite follow
-grid::type = "box"
-
time::dtfac = 0.5
idscalarwave::initial_data = "gaussian"
@@ -47,6 +45,10 @@ idscalarwave::radius = 5
wavetoyc::bound = "radiation"
+grid::type = "BySpacing"
+grid::domain = "octant"
+grid::dxyz = 0.6
+
driver::global_nsize = 15
#driver::initialize_memory = "NaN"
@@ -64,4 +66,4 @@ IOASCII::out1D_vars = "wavetoy::phi"
IO::out_fileinfo = "none"
# do not use the new scheme for names of output files
-IO::new_filename_scheme = "no" \ No newline at end of file
+IO::new_filename_scheme = "no"