From 2c95a0884298b61b39265eff000d2021f0f68594 Mon Sep 17 00:00:00 2001 From: yye00 Date: Wed, 25 Jan 2006 16:20:56 +0000 Subject: updating WaveToy thorns to include infinite norm reduction git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@50 b9286e40-80fe-41ab-903a-d6b447012e1e --- test/test_binary_1.par | 1 + test/test_binary_1/phi_norm_inf.tl | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 test/test_binary_1/phi_norm_inf.tl (limited to 'test') diff --git a/test/test_binary_1.par b/test/test_binary_1.par index b62cbb8..e96db15 100644 --- a/test/test_binary_1.par +++ b/test/test_binary_1.par @@ -20,6 +20,7 @@ driver::global_nz = 20 cactus::cctk_itlast = 5 +IOBasic::outScalar_reductions = "norm1 norm2 minimum maximum norm_inf" IOBasic::outScalar_every = 1 IOBasic::outScalar_vars = "wavetoy::phi" diff --git a/test/test_binary_1/phi_norm_inf.tl b/test/test_binary_1/phi_norm_inf.tl new file mode 100644 index 0000000..466f6c5 --- /dev/null +++ b/test/test_binary_1/phi_norm_inf.tl @@ -0,0 +1,7 @@ +"phi v time +0.0000000000000 0.9925280548191 +0.0025000000000 0.9906937733625 +0.0050000000000 0.9851857698973 +0.0075000000000 1.0788413891331 +0.0100000000000 1.1939719539896 +0.0125000000000 1.3351629579384 -- cgit v1.2.3