From 80b63279e262dbf049fafa42a2b5273e40f8f3ff Mon Sep 17 00:00:00 2001 From: yye00 Date: Wed, 25 Jan 2006 16:03:57 +0000 Subject: updating WaveToy thorns to include infinite norm reduction git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@86 50555cc7-fb31-491a-85db-9a2874240742 --- 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 e41d715..ac92279 100644 --- a/test/test_rad.par +++ b/test/test_rad.par @@ -31,6 +31,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