aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@a678b1cf-93e1-4b43-a69d-d43939e66649>2002-05-17 16:22:43 +0000
committerrideout <rideout@a678b1cf-93e1-4b43-a69d-d43939e66649>2002-05-17 16:22:43 +0000
commitafb076008ca9d9c09feddafc80262421f4729a9e (patch)
tree36ed10abc8cff8e0e4e7b5bd456e2e245e14deb5
parentedeea6bbfbb2528564e6bfe72b7ec37412944f11 (diff)
New testsuite which is identical to test_brilldata_1.par, except it
uses SOR rather than BAM. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@78 a678b1cf-93e1-4b43-a69d-d43939e66649
-rw-r--r--test/test_wsor.par53
-rw-r--r--test/test_wsor/brillpsi.dl38
-rw-r--r--test/test_wsor/brillpsi.xl38
-rw-r--r--test/test_wsor/brillpsi.yl38
-rw-r--r--test/test_wsor/brillpsi.zl38
-rw-r--r--test/test_wsor/brillpsi_max.tl2
-rw-r--r--test/test_wsor/brillpsi_min.tl2
-rw-r--r--test/test_wsor/brillpsi_nm1.tl2
-rw-r--r--test/test_wsor/brillpsi_nm2.tl2
-rw-r--r--test/test_wsor/gxx.dl38
-rw-r--r--test/test_wsor/gxx.xl38
-rw-r--r--test/test_wsor/gxx.yl38
-rw-r--r--test/test_wsor/gxx.zl38
-rw-r--r--test/test_wsor/gxx_max.tl2
-rw-r--r--test/test_wsor/gxx_min.tl2
-rw-r--r--test/test_wsor/gxx_nm1.tl2
-rw-r--r--test/test_wsor/gxx_nm2.tl2
-rw-r--r--test/test_wsor/gxy.dl38
-rw-r--r--test/test_wsor/gxy.xl38
-rw-r--r--test/test_wsor/gxy.yl38
-rw-r--r--test/test_wsor/gxy.zl38
-rw-r--r--test/test_wsor/gxy_max.tl2
-rw-r--r--test/test_wsor/gxy_min.tl2
-rw-r--r--test/test_wsor/gxy_nm1.tl2
-rw-r--r--test/test_wsor/gxy_nm2.tl2
-rw-r--r--test/test_wsor/gyy.dl38
-rw-r--r--test/test_wsor/gyy.xl38
-rw-r--r--test/test_wsor/gyy.yl38
-rw-r--r--test/test_wsor/gyy.zl38
-rw-r--r--test/test_wsor/gyy_max.tl2
-rw-r--r--test/test_wsor/gyy_min.tl2
-rw-r--r--test/test_wsor/gyy_nm1.tl2
-rw-r--r--test/test_wsor/gyy_nm2.tl2
-rw-r--r--test/test_wsor/gzz.dl38
-rw-r--r--test/test_wsor/gzz.xl38
-rw-r--r--test/test_wsor/gzz.yl38
-rw-r--r--test/test_wsor/gzz.zl38
-rw-r--r--test/test_wsor/gzz_max.tl2
-rw-r--r--test/test_wsor/gzz_min.tl2
-rw-r--r--test/test_wsor/gzz_nm1.tl2
-rw-r--r--test/test_wsor/gzz_nm2.tl2
41 files changed, 853 insertions, 0 deletions
diff --git a/test/test_wsor.par b/test/test_wsor.par
new file mode 100644
index 0000000..f3fa563
--- /dev/null
+++ b/test/test_wsor.par
@@ -0,0 +1,53 @@
+!DESC "Brill wave initial data (Holz type), amplitude 5, SOR, robin boundaries, physical metric"
+
+ActiveThorns = "admbase staticconformal ellbase ellsor boundary pugh pughslab pughreduce cartgrid3d idbrilldata ioascii iobasic ioutil time"
+
+# General
+
+driver::global_nx = 35
+driver::global_ny = 35
+driver::global_nz = 35
+
+grid::type = "byspacing"
+grid::dxyz = 0.2
+grid::domain = "octant"
+
+cactus::cctk_itlast = 0
+
+# Brill wave initial data
+
+ADMBase::initial_data = "brilldata"
+ADMBase::metric_type = "physical"
+
+# Brill wave parameters
+
+idbrilldata::brill_q = 2
+idbrilldata::brill_a = 5.0
+
+# Elliptic solver.
+
+idbrilldata::brill_solver = "sor"
+idbrilldata::brill_bound = "robin"
+idbrilldata::sor_maxit = 100
+# Warning -- since this doesn't converge for so few iterations, the
+# result will depend on number of cpus, even beyond the sor tolerance
+# level.
+
+# Output.
+
+IO::out_dir = "test_wsor"
+IO::out_fileinfo = "none"
+IO::parfile_write = "no"
+
+IOBasic::outInfo_every = 1
+IOBasic::outInfo_vars = "idbrilldata::brillpsi"
+
+IOBasic::outScalar_every = 1
+IOBasic::outScalar_vars = "admbase::gxx admbase::gyy admbase::gzz admbase::gxy idbrilldata::brillpsi"
+
+IOASCII::out1D_every = 1
+IOASCII::out1D_vars = "admbase::gxx admbase::gyy admbase::gzz admbase::gxy idbrilldata::brillpsi"
+
+IO::new_filename_scheme = "no"
+
+pugh::enable_all_storage = "yes" # fixes a seg fault for now
diff --git a/test/test_wsor/brillpsi.dl b/test/test_wsor/brillpsi.dl
new file mode 100644
index 0000000..f88614f
--- /dev/null
+++ b/test/test_wsor/brillpsi.dl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1732050807569 0.7876320800318
+0.1732050807569 0.7876320800318
+0.5196152422707 0.7375215583280
+0.8660254037844 0.7277521005750
+1.2124355652982 0.8025490586353
+1.5588457268120 0.9199536662805
+1.9052558883258 1.0122759780300
+2.2516660498395 1.0524903534028
+2.5980762113533 1.0578872433403
+2.9444863728671 1.0501946157663
+3.2908965343809 1.0410012488599
+3.6373066958946 1.0328102290878
+3.9837168574084 1.0264286124370
+4.3301270189222 1.0210899132173
+4.6765371804360 1.0170031269903
+5.0229473419497 1.0135037269606
+5.3693575034635 1.0108580308620
+5.7157676649773 1.0085447550488
+6.0621778264911 1.0068337611852
+6.4085879880048 1.0053099442447
+6.7549981495186 1.0042165555821
+7.1014083110324 1.0032251484155
+7.4478184725462 1.0025404962427
+7.7942286340599 1.0019075610072
+8.1406387955737 1.0014903092312
+8.4870489570875 1.0010956697636
+8.8334591186013 1.0008496052545
+9.1798692801150 1.0006100999596
+9.5262794416288 1.0004704777327
+9.8726896031426 1.0003293503640
+10.2190997646564 1.0002537144460
+10.5655099261702 1.0001732059687
+10.9119200876839 1.0001347629141
+11.2583302491977 1.0000906171259
+11.6047404107115 1.0000879121371
diff --git a/test/test_wsor/brillpsi.xl b/test/test_wsor/brillpsi.xl
new file mode 100644
index 0000000..80ff046
--- /dev/null
+++ b/test/test_wsor/brillpsi.xl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1000000000000 0.7876320800318
+0.1000000000000 0.7876320800318
+0.3000000000000 0.7485185970919
+0.5000000000000 0.6954037581974
+0.7000000000000 0.6597753330159
+0.9000000000000 0.6609637238795
+1.1000000000000 0.7033780260400
+1.3000000000000 0.7776807396295
+1.5000000000000 0.8665835881518
+1.7000000000000 0.9498372332808
+1.9000000000000 1.0136361911757
+2.1000000000000 1.0527125399737
+2.3000000000000 1.0709880445060
+2.5000000000000 1.0747069696596
+2.7000000000000 1.0710175025949
+2.9000000000000 1.0638167326544
+3.1000000000000 1.0562443300620
+3.3000000000000 1.0487959978071
+3.5000000000000 1.0424701017850
+3.7000000000000 1.0366824782259
+3.9000000000000 1.0319705001414
+4.1000000000000 1.0276201902780
+4.3000000000000 1.0241387307712
+4.5000000000000 1.0208513424788
+4.7000000000000 1.0182768968615
+4.9000000000000 1.0157876917636
+5.1000000000000 1.0139024422379
+5.3000000000000 1.0120345194413
+5.5000000000000 1.0106919870285
+5.7000000000000 1.0093252125260
+5.9000000000000 1.0084257343773
+6.1000000000000 1.0074780134810
+6.3000000000000 1.0069545301564
+6.5000000000000 1.0063711862806
+6.7000000000000 1.0061810876139
diff --git a/test/test_wsor/brillpsi.yl b/test/test_wsor/brillpsi.yl
new file mode 100644
index 0000000..80ff046
--- /dev/null
+++ b/test/test_wsor/brillpsi.yl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1000000000000 0.7876320800318
+0.1000000000000 0.7876320800318
+0.3000000000000 0.7485185970919
+0.5000000000000 0.6954037581974
+0.7000000000000 0.6597753330159
+0.9000000000000 0.6609637238795
+1.1000000000000 0.7033780260400
+1.3000000000000 0.7776807396295
+1.5000000000000 0.8665835881518
+1.7000000000000 0.9498372332808
+1.9000000000000 1.0136361911757
+2.1000000000000 1.0527125399737
+2.3000000000000 1.0709880445060
+2.5000000000000 1.0747069696596
+2.7000000000000 1.0710175025949
+2.9000000000000 1.0638167326544
+3.1000000000000 1.0562443300620
+3.3000000000000 1.0487959978071
+3.5000000000000 1.0424701017850
+3.7000000000000 1.0366824782259
+3.9000000000000 1.0319705001414
+4.1000000000000 1.0276201902780
+4.3000000000000 1.0241387307712
+4.5000000000000 1.0208513424788
+4.7000000000000 1.0182768968615
+4.9000000000000 1.0157876917636
+5.1000000000000 1.0139024422379
+5.3000000000000 1.0120345194413
+5.5000000000000 1.0106919870285
+5.7000000000000 1.0093252125260
+5.9000000000000 1.0084257343773
+6.1000000000000 1.0074780134810
+6.3000000000000 1.0069545301564
+6.5000000000000 1.0063711862806
+6.7000000000000 1.0061810876139
diff --git a/test/test_wsor/brillpsi.zl b/test/test_wsor/brillpsi.zl
new file mode 100644
index 0000000..ed55ede
--- /dev/null
+++ b/test/test_wsor/brillpsi.zl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1000000000000 0.7876320800318
+0.1000000000000 0.7876320800318
+0.3000000000000 0.8017034337222
+0.5000000000000 0.8271656740163
+0.7000000000000 0.8603885690269
+0.9000000000000 0.8962230167704
+1.1000000000000 0.9307400159076
+1.3000000000000 0.9603559575335
+1.5000000000000 0.9839616189246
+1.7000000000000 1.0009024175608
+1.9000000000000 1.0124275531371
+2.1000000000000 1.0192239763272
+2.3000000000000 1.0230080972542
+2.5000000000000 1.0243178842051
+2.7000000000000 1.0244420558803
+2.9000000000000 1.0234428471830
+3.1000000000000 1.0221859173988
+3.3000000000000 1.0204296212399
+3.5000000000000 1.0188077297813
+3.7000000000000 1.0169467122098
+3.9000000000000 1.0153687588917
+4.1000000000000 1.0136568625035
+4.3000000000000 1.0122742255726
+4.5000000000000 1.0107992256283
+4.7000000000000 1.0096567680817
+4.9000000000000 1.0084377144706
+5.1000000000000 1.0075368503672
+5.3000000000000 1.0065651152421
+5.5000000000000 1.0058908692294
+5.7000000000000 1.0051480625740
+5.9000000000000 1.0046810305489
+6.1000000000000 1.0041470345731
+6.3000000000000 1.0038686813333
+6.5000000000000 1.0035252371938
+6.7000000000000 1.0034200538165
diff --git a/test/test_wsor/brillpsi_max.tl b/test/test_wsor/brillpsi_max.tl
new file mode 100644
index 0000000..de22322
--- /dev/null
+++ b/test/test_wsor/brillpsi_max.tl
@@ -0,0 +1,2 @@
+"brillpsi v time
+0.0000000000000 1.0758917815574
diff --git a/test/test_wsor/brillpsi_min.tl b/test/test_wsor/brillpsi_min.tl
new file mode 100644
index 0000000..b0e9b5a
--- /dev/null
+++ b/test/test_wsor/brillpsi_min.tl
@@ -0,0 +1,2 @@
+"brillpsi v time
+0.0000000000000 0.6556752153007
diff --git a/test/test_wsor/brillpsi_nm1.tl b/test/test_wsor/brillpsi_nm1.tl
new file mode 100644
index 0000000..c9f1986
--- /dev/null
+++ b/test/test_wsor/brillpsi_nm1.tl
@@ -0,0 +1,2 @@
+"brillpsi v time
+0.0000000000000 1.0075201506550
diff --git a/test/test_wsor/brillpsi_nm2.tl b/test/test_wsor/brillpsi_nm2.tl
new file mode 100644
index 0000000..9e9b366
--- /dev/null
+++ b/test/test_wsor/brillpsi_nm2.tl
@@ -0,0 +1,2 @@
+"brillpsi v time
+0.0000000000000 1.0078438604789
diff --git a/test/test_wsor/gxx.dl b/test/test_wsor/gxx.dl
new file mode 100644
index 0000000..1e44fda
--- /dev/null
+++ b/test/test_wsor/gxx.dl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1732050807569 0.4260703510001
+0.1732050807569 0.4260703510001
+0.5196152422707 0.7324895788031
+0.8660254037844 1.6283595580049
+1.2124355652982 2.1818402021457
+1.5588457268120 1.8489373364996
+1.9052558883258 1.5223607150704
+2.2516660498395 1.3722272771949
+2.5980762113533 1.2863217452204
+2.9444863728671 1.2224722404839
+3.2908965343809 1.1752100177103
+3.6373066958946 1.1379325480525
+3.9837168574084 1.1099871307157
+4.3301270189222 1.0870665679818
+4.6765371804360 1.0697669171287
+5.0229473419497 1.0551188955775
+5.3693575034635 1.0441446388931
+5.7157676649773 1.0346195980673
+6.0621778264911 1.0276165252277
+6.4085879880048 1.0214095496875
+6.7549981495186 1.0169731985608
+7.1014083110324 1.0129631374505
+7.4478184725462 1.0102007753261
+7.7942286340599 1.0076521045407
+8.1406387955737 1.0059745762992
+8.4870489570875 1.0043898872704
+8.8334591186013 1.0034027544461
+9.1798692801150 1.0024426340787
+9.5262794416288 1.0018832394431
+9.8726896031426 1.0013180524287
+10.2190997646564 1.0010152440755
+10.5655099261702 1.0006930038974
+10.9119200876839 1.0005391606326
+11.2583302491977 1.0003625177755
+11.6047404107115 1.0003516949224
diff --git a/test/test_wsor/gxx.xl b/test/test_wsor/gxx.xl
new file mode 100644
index 0000000..b45d374
--- /dev/null
+++ b/test/test_wsor/gxx.xl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1000000000000 0.4260703510001
+0.1000000000000 0.4260703510001
+0.3000000000000 0.7233955469378
+0.5000000000000 1.6454216914248
+0.7000000000000 3.7429145364371
+0.9000000000000 6.7359198011711
+1.1000000000000 8.5894040619359
+1.3000000000000 7.8721822076083
+1.5000000000000 5.8011958601932
+1.7000000000000 3.9400600702298
+1.9000000000000 2.7520774034489
+2.1000000000000 2.0775193921141
+2.3000000000000 1.7088382670304
+2.5000000000000 1.5015038913954
+2.7000000000000 1.3815345884061
+2.9000000000000 1.3044808632893
+3.1000000000000 1.2525663378764
+3.3000000000000 1.2123510035398
+3.5000000000000 1.1816911018548
+3.7000000000000 1.1551785176924
+3.9000000000000 1.1341883601326
+4.1000000000000 1.1151520742024
+4.3000000000000 1.1001094532929
+4.5000000000000 1.0860508387465
+4.7000000000000 1.0751364493547
+4.9000000000000 1.0646620862179
+5.1000000000000 1.0567802232114
+5.3000000000000 1.0490140486937
+5.5000000000000 1.0434587618963
+5.7000000000000 1.0378258588672
+5.9000000000000 1.0341312932209
+6.1000000000000 1.0302492538674
+6.3000000000000 1.0281096613401
+6.5000000000000 1.0257293333352
+6.7000000000000 1.0249545315944
diff --git a/test/test_wsor/gxx.yl b/test/test_wsor/gxx.yl
new file mode 100644
index 0000000..cd0e5ca
--- /dev/null
+++ b/test/test_wsor/gxx.yl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1000000000000 0.4260703510001
+0.1000000000000 0.4260703510001
+0.3000000000000 0.3594117536296
+0.5000000000000 0.2903184295221
+0.7000000000000 0.2620080143324
+0.9000000000000 0.2716612882342
+1.1000000000000 0.3137322401526
+1.3000000000000 0.4101843716894
+1.5000000000000 0.5872282493130
+1.7000000000000 0.8247651811226
+1.9000000000000 1.0603698036794
+2.1000000000000 1.2300415086574
+2.3000000000000 1.3163875860849
+2.5000000000000 1.3342815976359
+2.7000000000000 1.3158792501084
+2.9000000000000 1.2807867697557
+3.1000000000000 1.2446877811219
+3.3000000000000 1.2099429130807
+3.5000000000000 1.1810128867909
+3.7000000000000 1.1550029175581
+3.9000000000000 1.1341464599619
+4.1000000000000 1.1151428810289
+4.3000000000000 1.1001075940051
+4.5000000000000 1.0860504928776
+4.7000000000000 1.0751363900332
+4.9000000000000 1.0646620768568
+5.1000000000000 1.0567802218491
+5.3000000000000 1.0490140485112
+5.5000000000000 1.0434587618738
+5.7000000000000 1.0378258588647
+5.9000000000000 1.0341312932206
+6.1000000000000 1.0302492538673
+6.3000000000000 1.0281096613401
+6.5000000000000 1.0257293333352
+6.7000000000000 1.0249545315944
diff --git a/test/test_wsor/gxx.zl b/test/test_wsor/gxx.zl
new file mode 100644
index 0000000..4718881
--- /dev/null
+++ b/test/test_wsor/gxx.zl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1000000000000 0.4260703510001
+0.1000000000000 0.4260703510001
+0.3000000000000 0.4536290707997
+0.5000000000000 0.5067425346321
+0.7000000000000 0.5829620324142
+0.9000000000000 0.6745505546003
+1.1000000000000 0.7730242951750
+1.3000000000000 0.8662731849761
+1.5000000000000 0.9471583691543
+1.7000000000000 1.0091117146678
+1.9000000000000 1.0534378870923
+2.1000000000000 1.0804291027568
+2.3000000000000 1.0957991597774
+2.5000000000000 1.1010859165481
+2.7000000000000 1.1014851423179
+2.9000000000000 1.0971445689814
+3.1000000000000 1.0917480581528
+3.3000000000000 1.0842589639345
+3.5000000000000 1.0773805452645
+3.7000000000000 1.0695296642773
+3.9000000000000 1.0629068300165
+4.1000000000000 1.0557567379012
+4.3000000000000 1.0500082624017
+4.5000000000000 1.0439016936877
+4.7000000000000 1.0391902021645
+4.9000000000000 1.0341804360012
+5.1000000000000 1.0304899418731
+5.3000000000000 1.0265201991001
+5.5000000000000 1.0237725098711
+5.7000000000000 1.0207518120351
+5.9000000000000 1.0188560052417
+6.1000000000000 1.0166916112438
+6.3000000000000 1.0155647573343
+6.5000000000000 1.0141756879500
+6.7000000000000 1.0137505560257
diff --git a/test/test_wsor/gxx_max.tl b/test/test_wsor/gxx_max.tl
new file mode 100644
index 0000000..188c824
--- /dev/null
+++ b/test/test_wsor/gxx_max.tl
@@ -0,0 +1,2 @@
+"gxx v time
+0.0000000000000 8.5894040619359
diff --git a/test/test_wsor/gxx_min.tl b/test/test_wsor/gxx_min.tl
new file mode 100644
index 0000000..f316c63
--- /dev/null
+++ b/test/test_wsor/gxx_min.tl
@@ -0,0 +1,2 @@
+"gxx v time
+0.0000000000000 0.2620080143324
diff --git a/test/test_wsor/gxx_nm1.tl b/test/test_wsor/gxx_nm1.tl
new file mode 100644
index 0000000..1c58499
--- /dev/null
+++ b/test/test_wsor/gxx_nm1.tl
@@ -0,0 +1,2 @@
+"gxx v time
+0.0000000000000 1.0599708265311
diff --git a/test/test_wsor/gxx_nm2.tl b/test/test_wsor/gxx_nm2.tl
new file mode 100644
index 0000000..e2f1696
--- /dev/null
+++ b/test/test_wsor/gxx_nm2.tl
@@ -0,0 +1,2 @@
+"gxx v time
+0.0000000000000 1.0917496156692
diff --git a/test/test_wsor/gxy.dl b/test/test_wsor/gxy.dl
new file mode 100644
index 0000000..d603176
--- /dev/null
+++ b/test/test_wsor/gxy.dl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1732050807569 0.0412184943563
+0.1732050807569 0.0412184943563
+0.5196152422707 0.4366209776548
+0.8660254037844 1.3478589088815
+1.2124355652982 1.7669947258491
+1.5588457268120 1.1326886836431
+1.9052558883258 0.4723451824788
+2.2516660498395 0.1451483555520
+2.5980762113533 0.0338800403758
+2.9444863728671 0.0060645716019
+3.2908965343809 0.0008398725240
+3.6373066958946 0.0000901237206
+3.9837168574084 0.0000075252371
+4.3301270189222 0.0000004887813
+4.6765371804360 0.0000000247740
+5.0229473419497 0.0000000009791
+5.3693575034635 0.0000000000303
+5.7157676649773 0.0000000000007
+6.0621778264911 0.0000000000000
+6.4085879880048 0.0000000000000
+6.7549981495186 -0.0000000000000
+7.1014083110324 -0.0000000000000
+7.4478184725462 -0.0000000000000
+7.7942286340599 -0.0000000000000
+8.1406387955737 -0.0000000000000
+8.4870489570875 -0.0000000000000
+8.8334591186013 -0.0000000000000
+9.1798692801150 -0.0000000000000
+9.5262794416288 -0.0000000000000
+9.8726896031426 -0.0000000000000
+10.2190997646564 -0.0000000000000
+10.5655099261702 -0.0000000000000
+10.9119200876839 -0.0000000000000
+11.2583302491977 -0.0000000000000
+11.6047404107115 -0.0000000000000
diff --git a/test/test_wsor/gxy.xl b/test/test_wsor/gxy.xl
new file mode 100644
index 0000000..a16d68b
--- /dev/null
+++ b/test/test_wsor/gxy.xl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1000000000000 -0.0412184943563
+0.1000000000000 0.0412184943563
+0.3000000000000 0.1364939224906
+0.5000000000000 0.2823131795631
+0.7000000000000 0.5076322011403
+0.9000000000000 0.7272290827054
+1.1000000000000 0.7586032503301
+1.3000000000000 0.5774164992080
+1.5000000000000 0.3491496168000
+1.7000000000000 0.1838889344265
+1.9000000000000 0.0892845677656
+2.1000000000000 0.0404478080741
+2.3000000000000 0.0170953895109
+2.5000000000000 0.0066996111282
+2.7000000000000 0.0024350194149
+2.9000000000000 0.0008180103720
+3.1000000000000 0.0002544117285
+3.3000000000000 0.0000730395084
+3.5000000000000 0.0000193934046
+3.7000000000000 0.0000047494188
+3.9000000000000 0.0000010750702
+4.1000000000000 0.0000002243572
+4.3000000000000 0.0000000432627
+4.5000000000000 0.0000000076898
+4.7000000000000 0.0000000012627
+4.9000000000000 0.0000000001911
+5.1000000000000 0.0000000000267
+5.3000000000000 0.0000000000034
+5.5000000000000 0.0000000000004
+5.7000000000000 0.0000000000000
+5.9000000000000 0.0000000000000
+6.1000000000000 0.0000000000000
+6.3000000000000 0.0000000000000
+6.5000000000000 0.0000000000000
+6.7000000000000 -0.0000000000000
diff --git a/test/test_wsor/gxy.yl b/test/test_wsor/gxy.yl
new file mode 100644
index 0000000..a16d68b
--- /dev/null
+++ b/test/test_wsor/gxy.yl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1000000000000 -0.0412184943563
+0.1000000000000 0.0412184943563
+0.3000000000000 0.1364939224906
+0.5000000000000 0.2823131795631
+0.7000000000000 0.5076322011403
+0.9000000000000 0.7272290827054
+1.1000000000000 0.7586032503301
+1.3000000000000 0.5774164992080
+1.5000000000000 0.3491496168000
+1.7000000000000 0.1838889344265
+1.9000000000000 0.0892845677656
+2.1000000000000 0.0404478080741
+2.3000000000000 0.0170953895109
+2.5000000000000 0.0066996111282
+2.7000000000000 0.0024350194149
+2.9000000000000 0.0008180103720
+3.1000000000000 0.0002544117285
+3.3000000000000 0.0000730395084
+3.5000000000000 0.0000193934046
+3.7000000000000 0.0000047494188
+3.9000000000000 0.0000010750702
+4.1000000000000 0.0000002243572
+4.3000000000000 0.0000000432627
+4.5000000000000 0.0000000076898
+4.7000000000000 0.0000000012627
+4.9000000000000 0.0000000001911
+5.1000000000000 0.0000000000267
+5.3000000000000 0.0000000000034
+5.5000000000000 0.0000000000004
+5.7000000000000 0.0000000000000
+5.9000000000000 0.0000000000000
+6.1000000000000 0.0000000000000
+6.3000000000000 0.0000000000000
+6.5000000000000 0.0000000000000
+6.7000000000000 -0.0000000000000
diff --git a/test/test_wsor/gxy.zl b/test/test_wsor/gxy.zl
new file mode 100644
index 0000000..02969b7
--- /dev/null
+++ b/test/test_wsor/gxy.zl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1000000000000 0.0412184943563
+0.1000000000000 0.0412184943563
+0.3000000000000 0.0405292802352
+0.5000000000000 0.0386087178952
+0.7000000000000 0.0349645955535
+0.9000000000000 0.0293951006384
+1.1000000000000 0.0225884939281
+1.3000000000000 0.0156662103933
+1.5000000000000 0.0097849514734
+1.7000000000000 0.0054971553398
+1.9000000000000 0.0027933087811
+2.1000000000000 0.0012872755296
+2.3000000000000 0.0005415358704
+2.5000000000000 0.0002083506219
+2.7000000000000 0.0000736692045
+2.9000000000000 0.0000239420523
+3.1000000000000 0.0000071757379
+3.3000000000000 0.0000019814368
+3.5000000000000 0.0000005053309
+3.7000000000000 0.0000001188545
+3.9000000000000 0.0000000258339
+4.1000000000000 0.0000000051807
+4.3000000000000 0.0000000009603
+4.5000000000000 0.0000000001643
+4.7000000000000 0.0000000000260
+4.9000000000000 0.0000000000038
+5.1000000000000 0.0000000000005
+5.3000000000000 0.0000000000001
+5.5000000000000 0.0000000000000
+5.7000000000000 0.0000000000000
+5.9000000000000 0.0000000000000
+6.1000000000000 -0.0000000000000
+6.3000000000000 -0.0000000000000
+6.5000000000000 -0.0000000000000
+6.7000000000000 -0.0000000000000
diff --git a/test/test_wsor/gxy_max.tl b/test/test_wsor/gxy_max.tl
new file mode 100644
index 0000000..a6e8117
--- /dev/null
+++ b/test/test_wsor/gxy_max.tl
@@ -0,0 +1,2 @@
+"gxy v time
+0.0000000000000 4.0760674951005
diff --git a/test/test_wsor/gxy_min.tl b/test/test_wsor/gxy_min.tl
new file mode 100644
index 0000000..ca41beb
--- /dev/null
+++ b/test/test_wsor/gxy_min.tl
@@ -0,0 +1,2 @@
+"gxy v time
+0.0000000000000 -0.7586032503301
diff --git a/test/test_wsor/gxy_nm1.tl b/test/test_wsor/gxy_nm1.tl
new file mode 100644
index 0000000..204f32a
--- /dev/null
+++ b/test/test_wsor/gxy_nm1.tl
@@ -0,0 +1,2 @@
+"gxy v time
+0.0000000000000 0.0146112633099
diff --git a/test/test_wsor/gxy_nm2.tl b/test/test_wsor/gxy_nm2.tl
new file mode 100644
index 0000000..f0f6603
--- /dev/null
+++ b/test/test_wsor/gxy_nm2.tl
@@ -0,0 +1,2 @@
+"gxy v time
+0.0000000000000 0.1490534841351
diff --git a/test/test_wsor/gyy.dl b/test/test_wsor/gyy.dl
new file mode 100644
index 0000000..1e44fda
--- /dev/null
+++ b/test/test_wsor/gyy.dl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1732050807569 0.4260703510001
+0.1732050807569 0.4260703510001
+0.5196152422707 0.7324895788031
+0.8660254037844 1.6283595580049
+1.2124355652982 2.1818402021457
+1.5588457268120 1.8489373364996
+1.9052558883258 1.5223607150704
+2.2516660498395 1.3722272771949
+2.5980762113533 1.2863217452204
+2.9444863728671 1.2224722404839
+3.2908965343809 1.1752100177103
+3.6373066958946 1.1379325480525
+3.9837168574084 1.1099871307157
+4.3301270189222 1.0870665679818
+4.6765371804360 1.0697669171287
+5.0229473419497 1.0551188955775
+5.3693575034635 1.0441446388931
+5.7157676649773 1.0346195980673
+6.0621778264911 1.0276165252277
+6.4085879880048 1.0214095496875
+6.7549981495186 1.0169731985608
+7.1014083110324 1.0129631374505
+7.4478184725462 1.0102007753261
+7.7942286340599 1.0076521045407
+8.1406387955737 1.0059745762992
+8.4870489570875 1.0043898872704
+8.8334591186013 1.0034027544461
+9.1798692801150 1.0024426340787
+9.5262794416288 1.0018832394431
+9.8726896031426 1.0013180524287
+10.2190997646564 1.0010152440755
+10.5655099261702 1.0006930038974
+10.9119200876839 1.0005391606326
+11.2583302491977 1.0003625177755
+11.6047404107115 1.0003516949224
diff --git a/test/test_wsor/gyy.xl b/test/test_wsor/gyy.xl
new file mode 100644
index 0000000..cd0e5ca
--- /dev/null
+++ b/test/test_wsor/gyy.xl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1000000000000 0.4260703510001
+0.1000000000000 0.4260703510001
+0.3000000000000 0.3594117536296
+0.5000000000000 0.2903184295221
+0.7000000000000 0.2620080143324
+0.9000000000000 0.2716612882342
+1.1000000000000 0.3137322401526
+1.3000000000000 0.4101843716894
+1.5000000000000 0.5872282493130
+1.7000000000000 0.8247651811226
+1.9000000000000 1.0603698036794
+2.1000000000000 1.2300415086574
+2.3000000000000 1.3163875860849
+2.5000000000000 1.3342815976359
+2.7000000000000 1.3158792501084
+2.9000000000000 1.2807867697557
+3.1000000000000 1.2446877811219
+3.3000000000000 1.2099429130807
+3.5000000000000 1.1810128867909
+3.7000000000000 1.1550029175581
+3.9000000000000 1.1341464599619
+4.1000000000000 1.1151428810289
+4.3000000000000 1.1001075940051
+4.5000000000000 1.0860504928776
+4.7000000000000 1.0751363900332
+4.9000000000000 1.0646620768568
+5.1000000000000 1.0567802218491
+5.3000000000000 1.0490140485112
+5.5000000000000 1.0434587618738
+5.7000000000000 1.0378258588647
+5.9000000000000 1.0341312932206
+6.1000000000000 1.0302492538673
+6.3000000000000 1.0281096613401
+6.5000000000000 1.0257293333352
+6.7000000000000 1.0249545315944
diff --git a/test/test_wsor/gyy.yl b/test/test_wsor/gyy.yl
new file mode 100644
index 0000000..5c2ef71
--- /dev/null
+++ b/test/test_wsor/gyy.yl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1000000000000 0.4260703510001
+0.1000000000000 0.4260703510001
+0.3000000000000 0.7233955469378
+0.5000000000000 1.6454216914248
+0.7000000000000 3.7429145364371
+0.9000000000000 6.7359198011711
+1.1000000000000 8.5894040619359
+1.3000000000000 7.8721822076082
+1.5000000000000 5.8011958601932
+1.7000000000000 3.9400600702298
+1.9000000000000 2.7520774034489
+2.1000000000000 2.0775193921140
+2.3000000000000 1.7088382670304
+2.5000000000000 1.5015038913954
+2.7000000000000 1.3815345884061
+2.9000000000000 1.3044808632893
+3.1000000000000 1.2525663378764
+3.3000000000000 1.2123510035398
+3.5000000000000 1.1816911018548
+3.7000000000000 1.1551785176924
+3.9000000000000 1.1341883601326
+4.1000000000000 1.1151520742024
+4.3000000000000 1.1001094532929
+4.5000000000000 1.0860508387465
+4.7000000000000 1.0751364493547
+4.9000000000000 1.0646620862179
+5.1000000000000 1.0567802232114
+5.3000000000000 1.0490140486937
+5.5000000000000 1.0434587618963
+5.7000000000000 1.0378258588672
+5.9000000000000 1.0341312932209
+6.1000000000000 1.0302492538674
+6.3000000000000 1.0281096613401
+6.5000000000000 1.0257293333352
+6.7000000000000 1.0249545315944
diff --git a/test/test_wsor/gyy.zl b/test/test_wsor/gyy.zl
new file mode 100644
index 0000000..4718881
--- /dev/null
+++ b/test/test_wsor/gyy.zl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1000000000000 0.4260703510001
+0.1000000000000 0.4260703510001
+0.3000000000000 0.4536290707997
+0.5000000000000 0.5067425346321
+0.7000000000000 0.5829620324142
+0.9000000000000 0.6745505546003
+1.1000000000000 0.7730242951750
+1.3000000000000 0.8662731849761
+1.5000000000000 0.9471583691543
+1.7000000000000 1.0091117146678
+1.9000000000000 1.0534378870923
+2.1000000000000 1.0804291027568
+2.3000000000000 1.0957991597774
+2.5000000000000 1.1010859165481
+2.7000000000000 1.1014851423179
+2.9000000000000 1.0971445689814
+3.1000000000000 1.0917480581528
+3.3000000000000 1.0842589639345
+3.5000000000000 1.0773805452645
+3.7000000000000 1.0695296642773
+3.9000000000000 1.0629068300165
+4.1000000000000 1.0557567379012
+4.3000000000000 1.0500082624017
+4.5000000000000 1.0439016936877
+4.7000000000000 1.0391902021645
+4.9000000000000 1.0341804360012
+5.1000000000000 1.0304899418731
+5.3000000000000 1.0265201991001
+5.5000000000000 1.0237725098711
+5.7000000000000 1.0207518120351
+5.9000000000000 1.0188560052417
+6.1000000000000 1.0166916112438
+6.3000000000000 1.0155647573343
+6.5000000000000 1.0141756879500
+6.7000000000000 1.0137505560257
diff --git a/test/test_wsor/gyy_max.tl b/test/test_wsor/gyy_max.tl
new file mode 100644
index 0000000..ca8b54a
--- /dev/null
+++ b/test/test_wsor/gyy_max.tl
@@ -0,0 +1,2 @@
+"gyy v time
+0.0000000000000 8.5894040619359
diff --git a/test/test_wsor/gyy_min.tl b/test/test_wsor/gyy_min.tl
new file mode 100644
index 0000000..83bdc42
--- /dev/null
+++ b/test/test_wsor/gyy_min.tl
@@ -0,0 +1,2 @@
+"gyy v time
+0.0000000000000 0.2620080143324
diff --git a/test/test_wsor/gyy_nm1.tl b/test/test_wsor/gyy_nm1.tl
new file mode 100644
index 0000000..76a63d7
--- /dev/null
+++ b/test/test_wsor/gyy_nm1.tl
@@ -0,0 +1,2 @@
+"gyy v time
+0.0000000000000 1.0599708265311
diff --git a/test/test_wsor/gyy_nm2.tl b/test/test_wsor/gyy_nm2.tl
new file mode 100644
index 0000000..9990646
--- /dev/null
+++ b/test/test_wsor/gyy_nm2.tl
@@ -0,0 +1,2 @@
+"gyy v time
+0.0000000000000 1.0917496156692
diff --git a/test/test_wsor/gzz.dl b/test/test_wsor/gzz.dl
new file mode 100644
index 0000000..ed38c03
--- /dev/null
+++ b/test/test_wsor/gzz.dl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1732050807569 0.4672888453564
+0.1732050807569 0.4672888453564
+0.5196152422707 1.1691105564579
+0.8660254037844 2.9762184668864
+1.2124355652982 3.9488349279948
+1.5588457268120 2.9816260201427
+1.9052558883258 1.9947058975491
+2.2516660498395 1.5173756327469
+2.5980762113533 1.3202017855961
+2.9444863728671 1.2285368120857
+3.2908965343809 1.1760498902343
+3.6373066958946 1.1380226717731
+3.9837168574084 1.1099946559527
+4.3301270189222 1.0870670567632
+4.6765371804360 1.0697669419027
+5.0229473419497 1.0551188965567
+5.3693575034635 1.0441446389233
+5.7157676649773 1.0346195980680
+6.0621778264911 1.0276165252278
+6.4085879880048 1.0214095496875
+6.7549981495186 1.0169731985608
+7.1014083110324 1.0129631374505
+7.4478184725462 1.0102007753261
+7.7942286340599 1.0076521045407
+8.1406387955737 1.0059745762992
+8.4870489570875 1.0043898872704
+8.8334591186013 1.0034027544461
+9.1798692801150 1.0024426340787
+9.5262794416288 1.0018832394431
+9.8726896031426 1.0013180524287
+10.2190997646564 1.0010152440755
+10.5655099261702 1.0006930038974
+10.9119200876839 1.0005391606326
+11.2583302491977 1.0003625177755
+11.6047404107115 1.0003516949224
diff --git a/test/test_wsor/gzz.xl b/test/test_wsor/gzz.xl
new file mode 100644
index 0000000..2432854
--- /dev/null
+++ b/test/test_wsor/gzz.xl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1000000000000 0.4672888453564
+0.1000000000000 0.4672888453564
+0.3000000000000 0.7688935211014
+0.5000000000000 1.7018843273374
+0.7000000000000 3.8154334223143
+0.9000000000000 6.8167230325828
+1.1000000000000 8.6583679937841
+1.3000000000000 7.9165988613935
+1.5000000000000 5.8244725013132
+1.7000000000000 3.9508770663726
+1.9000000000000 2.7567765912260
+2.1000000000000 2.0794454782128
+2.3000000000000 1.7095815448352
+2.5000000000000 1.5017718758405
+2.7000000000000 1.3816247743104
+2.9000000000000 1.3045090705436
+3.1000000000000 1.2525745447063
+3.3000000000000 1.2123532168583
+3.5000000000000 1.1816916559521
+3.7000000000000 1.1551786460550
+3.9000000000000 1.1341883876985
+4.1000000000000 1.1151520796745
+4.3000000000000 1.1001094542991
+4.5000000000000 1.0860508389174
+4.7000000000000 1.0751364493815
+4.9000000000000 1.0646620862218
+5.1000000000000 1.0567802232119
+5.3000000000000 1.0490140486937
+5.5000000000000 1.0434587618963
+5.7000000000000 1.0378258588672
+5.9000000000000 1.0341312932209
+6.1000000000000 1.0302492538674
+6.3000000000000 1.0281096613401
+6.5000000000000 1.0257293333352
+6.7000000000000 1.0249545315944
diff --git a/test/test_wsor/gzz.yl b/test/test_wsor/gzz.yl
new file mode 100644
index 0000000..ff68512
--- /dev/null
+++ b/test/test_wsor/gzz.yl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1000000000000 0.4672888453564
+0.1000000000000 0.4672888453564
+0.3000000000000 0.7688935211014
+0.5000000000000 1.7018843273374
+0.7000000000000 3.8154334223143
+0.9000000000000 6.8167230325828
+1.1000000000000 8.6583679937841
+1.3000000000000 7.9165988613935
+1.5000000000000 5.8244725013132
+1.7000000000000 3.9508770663726
+1.9000000000000 2.7567765912260
+2.1000000000000 2.0794454782128
+2.3000000000000 1.7095815448352
+2.5000000000000 1.5017718758405
+2.7000000000000 1.3816247743104
+2.9000000000000 1.3045090705436
+3.1000000000000 1.2525745447063
+3.3000000000000 1.2123532168582
+3.5000000000000 1.1816916559521
+3.7000000000000 1.1551786460550
+3.9000000000000 1.1341883876985
+4.1000000000000 1.1151520796745
+4.3000000000000 1.1001094542991
+4.5000000000000 1.0860508389174
+4.7000000000000 1.0751364493815
+4.9000000000000 1.0646620862218
+5.1000000000000 1.0567802232119
+5.3000000000000 1.0490140486937
+5.5000000000000 1.0434587618963
+5.7000000000000 1.0378258588672
+5.9000000000000 1.0341312932209
+6.1000000000000 1.0302492538674
+6.3000000000000 1.0281096613401
+6.5000000000000 1.0257293333352
+6.7000000000000 1.0249545315944
diff --git a/test/test_wsor/gzz.zl b/test/test_wsor/gzz.zl
new file mode 100644
index 0000000..9283e3b
--- /dev/null
+++ b/test/test_wsor/gzz.zl
@@ -0,0 +1,38 @@
+
+
+"Time = 0.0000000000000
+-0.1000000000000 0.4672888453564
+0.1000000000000 0.4672888453564
+0.3000000000000 0.4941583510349
+0.5000000000000 0.5453512525273
+0.7000000000000 0.6179266279678
+0.9000000000000 0.7039456552388
+1.1000000000000 0.7956127891031
+1.3000000000000 0.8819393953694
+1.5000000000000 0.9569433206276
+1.7000000000000 1.0146088700076
+1.9000000000000 1.0562311958734
+2.1000000000000 1.0817163782864
+2.3000000000000 1.0963406956478
+2.5000000000000 1.1012942671700
+2.7000000000000 1.1015588115224
+2.9000000000000 1.0971685110337
+3.1000000000000 1.0917552338907
+3.3000000000000 1.0842609453713
+3.5000000000000 1.0773810505954
+3.7000000000000 1.0695297831318
+3.9000000000000 1.0629068558504
+4.1000000000000 1.0557567430819
+4.3000000000000 1.0500082633620
+4.5000000000000 1.0439016938519
+4.7000000000000 1.0391902021904
+4.9000000000000 1.0341804360050
+5.1000000000000 1.0304899418736
+5.3000000000000 1.0265201991002
+5.5000000000000 1.0237725098712
+5.7000000000000 1.0207518120351
+5.9000000000000 1.0188560052417
+6.1000000000000 1.0166916112438
+6.3000000000000 1.0155647573343
+6.5000000000000 1.0141756879500
+6.7000000000000 1.0137505560257
diff --git a/test/test_wsor/gzz_max.tl b/test/test_wsor/gzz_max.tl
new file mode 100644
index 0000000..333885b
--- /dev/null
+++ b/test/test_wsor/gzz_max.tl
@@ -0,0 +1,2 @@
+"gzz v time
+0.0000000000000 8.6969053781268
diff --git a/test/test_wsor/gzz_min.tl b/test/test_wsor/gzz_min.tl
new file mode 100644
index 0000000..189468d
--- /dev/null
+++ b/test/test_wsor/gzz_min.tl
@@ -0,0 +1,2 @@
+"gzz v time
+0.0000000000000 0.4672888453564
diff --git a/test/test_wsor/gzz_nm1.tl b/test/test_wsor/gzz_nm1.tl
new file mode 100644
index 0000000..ba2e1b1
--- /dev/null
+++ b/test/test_wsor/gzz_nm1.tl
@@ -0,0 +1,2 @@
+"gzz v time
+0.0000000000000 1.0859902674699
diff --git a/test/test_wsor/gzz_nm2.tl b/test/test_wsor/gzz_nm2.tl
new file mode 100644
index 0000000..6ba0b55
--- /dev/null
+++ b/test/test_wsor/gzz_nm2.tl
@@ -0,0 +1,2 @@
+"gzz v time
+0.0000000000000 1.1628601852146