From 7a439404dbdf027a479d9f61c9a97599d156a923 Mon Sep 17 00:00:00 2001 From: yye00 Date: Wed, 25 Jan 2006 16:11:37 +0000 Subject: updating WaveToy thorns to include infinite norm reduction git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF77/trunk@125 4451c3c6-1034-4891-99ea-21147727ccdf --- test/test_rad.par | 1 + test/test_rad/phi_norm_inf.tl | 12 ++++++++++++ test/test_rob.par | 1 + test/test_rob/phi_norm_inf.tl | 6 ++++++ 4 files changed, 20 insertions(+) create mode 100644 test/test_rad/phi_norm_inf.tl create mode 100644 test/test_rob/phi_norm_inf.tl diff --git a/test/test_rad.par b/test/test_rad.par index 6bbb7be..0058688 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 diff --git a/test/test_rob.par b/test/test_rob.par index 70194c4..3922cdd 100644 --- a/test/test_rob.par +++ b/test/test_rob.par @@ -30,6 +30,7 @@ driver::global_nz = 10 cactus::cctk_itlast = 4 +IOBasic::outScalar_reductions = "norm1 norm2 minimum maximum norm_inf" IOBASIC::outScalar_every = 1 IOBASIC::outScalar_vars = "wavetoy::phi" diff --git a/test/test_rob/phi_norm_inf.tl b/test/test_rob/phi_norm_inf.tl new file mode 100644 index 0000000..91df6e2 --- /dev/null +++ b/test/test_rob/phi_norm_inf.tl @@ -0,0 +1,6 @@ +"phi v time +0.0000000000000 0.9999198827161 +0.3000000000000 0.9888123616498 +0.6000000000000 0.9562359086195 +0.9000000000000 0.9065341022803 +1.2000000000000 0.8490509827483 -- cgit v1.2.3