From 6c73d8d7015f60867949550d686f241471abea98 Mon Sep 17 00:00:00 2001 From: yye00 Date: Wed, 25 Jan 2006 16:22:31 +0000 Subject: updating WaveToy thorns to include infinite norm reduction git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyFreeF90/trunk@82 daab82bb-f315-4ad1-b6d0-9353ff8b6e27 --- test/test_rad.par | 1 + test/test_rad/phi_norm_inf.tl | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 test/test_rad/phi_norm_inf.tl diff --git a/test/test_rad.par b/test/test_rad.par index b4abb16..eec5084 100644 --- a/test/test_rad.par +++ b/test/test_rad.par @@ -30,6 +30,7 @@ driver::global_nz = 15 cactus::cctk_itlast = 10 +IOBasic::outScalar_reductions = "norm1 norm2 minimum maximum norm_inf" IOBasic::outScalar_every = 1 IOBasic::outScalar_vars = "wavetoy::phi" diff --git a/test/test_rad/phi_norm_inf.tl b/test/test_rad/phi_norm_inf.tl new file mode 100644 index 0000000..be44420 --- /dev/null +++ b/test/test_rad/phi_norm_inf.tl @@ -0,0 +1,12 @@ +"phi v time +0.0000000000000 0.9999198827161 +0.3000000000000 0.9888123616498 +0.6000000000000 0.9562359086195 +0.9000000000000 0.9067795980557 +1.2000000000000 0.8496166364932 +1.5000000000000 0.8081376662953 +1.8000000000000 0.8258203526929 +2.1000000000000 0.9178957669541 +2.4000000000000 1.0856681564264 +2.7000000000000 1.2948926779457 +3.0000000000000 1.4849088247045 -- cgit v1.2.3