]> https://gitweb.dealii.org/ - dealii.git/commitdiff
filter in LogStream
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 8 Apr 2005 13:36:43 +0000 (13:36 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 8 Apr 2005 13:36:43 +0000 (13:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@10433 0785d39b-7218-0410-832d-ea1e28bc413d

51 files changed:
tests/base/anisotropic_1.cc
tests/base/anisotropic_2.cc
tests/base/auto_derivative_function.cc
tests/base/data_out_base.cc
tests/base/full_tensor_01.cc
tests/base/full_tensor_02.cc
tests/base/full_tensor_03.cc
tests/base/full_tensor_04.cc
tests/base/full_tensor_05.cc
tests/base/full_tensor_06.cc
tests/base/full_tensor_08.cc
tests/base/full_tensor_09.cc
tests/base/function_parser.cc
tests/base/hierarchical.cc
tests/base/logtest.cc
tests/base/path_search.cc
tests/base/polynomial1d.cc
tests/base/polynomial_test.cc
tests/base/quadrature_selector.cc
tests/base/quadrature_test.cc
tests/base/reference.cc
tests/base/slice_vector.cc
tests/base/symmetric_tensor_01.cc
tests/base/symmetric_tensor_02.cc
tests/base/symmetric_tensor_03.cc
tests/base/symmetric_tensor_04.cc
tests/base/symmetric_tensor_05.cc
tests/base/symmetric_tensor_06.cc
tests/base/symmetric_tensor_07.cc
tests/base/symmetric_tensor_08.cc
tests/base/symmetric_tensor_09.cc
tests/base/table.cc
tests/base/tensor.cc
tests/base/timer.cc
tests/lac/block_matrices.cc
tests/lac/block_vector.cc
tests/lac/block_vector_iterator.cc
tests/lac/eigen.cc
tests/lac/full_matrix.cc
tests/lac/lapack.cc
tests/lac/matrix_lib.cc
tests/lac/matrix_out.cc
tests/lac/mg.cc
tests/lac/mgbase.cc
tests/lac/solver.cc
tests/lac/sparse_ilu.cc
tests/lac/sparse_matrices.cc
tests/lac/sparsity_pattern.cc
tests/lac/tridiagonal_matrix.cc
tests/lac/vector-vector.cc
tests/tests.h

index 418c4ad2a3cc7aaea684e04a23cb9275040294a7..96c5df497a73437d861fe79afdb8e044069c7111 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2003, 2004 by the deal.II authors
+//    Copyright (C) 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -145,6 +145,7 @@ int main()
   logfile.precision(2);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
   deallog.push("Lagrange");
   std::vector<Polynomial<double> > p;
index 6a7488ffb1184c1e44cbe94a36a0afd9867f8b80..dad145c3fb4124989ec3127a9edd83a7d6c41821 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2003, 2004 by the deal.II authors
+//    Copyright (C) 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -152,6 +152,7 @@ int main()
   logfile.precision(2);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
 //   deallog.push("Lagrange");
 //   check<LagrangeEquidistant> ();
index 2c1ce6df86f54cec5613d63360e25280feddbc7d..4c86e4b655c5201fc623b7bd092d41d70ec09663 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -121,6 +121,7 @@ int main()
   logfile.precision(4);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
   const unsigned int dim=2;
   AutoSinExp<dim> auto_function;
index 933215cd8cefd657e63c3179c98f05b16aa800f3..4020dc73b54a45541b072d262b441a18bcb873f2 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -202,6 +202,7 @@ int main()
   std::ofstream logfile("data_out_base.output");
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
 //TODO: write_eps says ExcNotImplemented  
 //  test<1,1>(logfile);
index 4e5d10df453ed9d027150398d21c46a56f6eface..3f7a6661a903cc300d9b75a886d51a2c914fd8fb 100644 (file)
@@ -25,6 +25,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   
   Tensor<2,2> t;
   t[0][0] = 1;
index 7d9569afc4444e93489019b4b14743934ba1154f..580761408f1c353b3ccc7f667c6b9663ea0f28b9 100644 (file)
@@ -25,6 +25,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   
   Tensor<2,3> t;
   t[0][0] = 1;
index f2b58dbef9d3c4114cb46a892e706390e5f891fa..c49cde07f1f6b255c5a02c0dfd57a876c5895e06 100644 (file)
@@ -25,6 +25,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   
   Tensor<4,2> t;
   t[0][0][0][0] = 1;
index fad59d557952a238ee0bf92f071d4f3ba6a59cf1..ca5c51edcece42e1c2e1059fdb8ac8d2ea557061 100644 (file)
@@ -25,6 +25,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   
   Tensor<4,3> t;
   t[0][0][0][0] = 1;
index 368692fe9e63337f86d300d5b8061fe4f82ff512..70a24831001607f0567d56156a7dc4a2b08c8660 100644 (file)
@@ -79,6 +79,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
   test<2> ();
   test<3> ();
index dfd3b0fbd67f433d8507b58fae97962c654f9a67..d4d592caeb306960bb96b9e8a688539c9d709d50 100644 (file)
@@ -84,6 +84,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
   test<2> ();
   test<3> ();
index 0d5095c1017a68c9a4b3483408c991adf0f96b58..58c574b0c5896365532c88b76d66614d89422e0b 100644 (file)
@@ -64,6 +64,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
   test<2> ();
   test<3> ();
index cc2bb20766a1ce6d5cbb4990d49f1ac09d42b67c..256f5c0b0be23cc76fe8d1ec618818f4b605e51e 100644 (file)
@@ -47,6 +47,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
   test<2> ();
   test<3> ();
index 2cbdc9c01e3d6b3d5ecac7433c37f34b6400d1eb..9ef8bfaf9e471827a5fccd06e7bf3d7d5388d186 100644 (file)
@@ -30,6 +30,7 @@ int main ()
   std::ofstream logfile("function_parser.output");
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   
   // Define some constants that will be used by the function parser
   std::map<std::string, double> constants;
index ec3d48a7f51ec75d3aa0e02115e6b9d765c16733..e69c3786a11f897371c2d256b3c27bdda346e3b4 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2003, 2004 by the deal.II authors
+//    Copyright (C) 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -32,6 +32,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
   const std::vector<Polynomial<double> >
     p = Hierarchical::generate_complete_basis (10);
index 25618e8793f405224e83eb219b42e8291a5e95b0..6f0c1b5b97d06042c31185464d692f3cb13d4d6b 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -27,6 +27,7 @@ int main()
   std::ofstream logfile("logtest.output");
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
   deallog << "Test" << std::endl;
   deallog.push("l1");
index 0e76ae93409b705eb25037fe439c99a22351c104..5e73921f638220638238070259736ec77f0bc464 100644 (file)
@@ -20,6 +20,7 @@ int main()
   std::ofstream logfile("path_search.output");
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
   PathSearch::add_class("CC");
 
index 0c7b9bd31531afc84725b234854acd309a768d73..dcd7647e8f3faf944106ba9738b3b4ad7734f297 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -93,6 +93,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   deallog.log_cerr();
 
   polynomial_arithmetic();
index 20a10d2f2b146cea263782411e017a97f12595ee..42d72643f78acc0b941d818836e0b3f478ee9e95 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -143,6 +143,7 @@ int main()
   logfile.precision(2);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
   deallog.push("Lagrange");
   std::vector<Polynomial<double> > p;
index fec7611dd4431d78fc4bb902aff9859c205ab6bc..1dd0c733d8a09a0480ef6352b09764293d272556 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -43,6 +43,7 @@ int main()
   std::ofstream logfile("quadrature_selector.output");
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
   check ("gauss", 2, QGauss2<1>());
   check ("gauss", 2, QGauss2<2>());
index a3a0713f9008b9ecb1186e7073301df6f1b535d4..be32ab9ed1db2fd27032f82899c4659f8dfc24cd 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -188,6 +188,7 @@ int main()
   std::ofstream logfile("quadrature_test.output");
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
   std::vector<Quadrature<1> *> q1;
   std::vector<Quadrature<2> *> q2;
index 1631ce677199b93072fb8d66994c310cb97a65cd..d97d8a676ad505227b126b0dac5c7ea48bcfdb8a 100644 (file)
@@ -41,6 +41,7 @@ int main()
   std::ofstream logfile("reference.output");
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
                                    // we do something rather weird in
                                    // this file: bind the buffer of
index 19657fcfab28f3cc2f12337a9955063c9286b980..1ab892f87fb808c565d2eb95da2a9c4f006237a2 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2004 by the deal.II authors
+//    Copyright (C) 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -35,6 +35,7 @@ int main()
   std::ofstream logfile("slice_vector.output");
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
                                    // we do something rather weird in
                                    // this file: bind the buffer of
index af3b19754c202d6748456ad93332582f4ee996ab..f331a2555e348e116a604a4b85c5d7dd39bd7595 100644 (file)
@@ -25,6 +25,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   
   SymmetricTensor<2,2> t;
   t[0][0] = 1;
index 1ba67ea8706e78079033dc8201b58727c593c166..d9da42142678b9bca026bf0eb2a6d169cab179d2 100644 (file)
@@ -25,6 +25,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   
   SymmetricTensor<2,3> t;
   t[0][0] = 1;
index 5c43cd5fc1b52714828d695e05f3f5344e8716e4..63aa8a18d2e3e93c7b9b53d7dbb8cf16d7f495ef 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  symmetric_tensor_03.cc  ---------------------------
+//---------------------------------------------------------------------------
 //    $Id$
 //    Version: $Name$ 
 //
@@ -9,11 +9,10 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  symmetric_tensor_03.cc  ---------------------------
+//---------------------------------------------------------------------------
 
 // test symmetric 2x2x2x2 tensors
 
-#include "../tests.h"
 #include <base/symmetric_tensor.h>
 #include <base/logstream.h>
 #include <fstream>
@@ -25,6 +24,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   
   SymmetricTensor<4,2> t;
   t[0][0][0][0] = 1;
index 93e16f6fe20592d41e4ac6934aed9d3869496409..c614765998a5f97fdfaef9109eb5f62df490b76f 100644 (file)
@@ -13,7 +13,6 @@
 
 // test symmetric 3x3x3x3 tensors
 
-#include "../tests.h"
 #include <base/symmetric_tensor.h>
 #include <base/logstream.h>
 #include <fstream>
@@ -25,6 +24,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   
   SymmetricTensor<4,3> t;
   t[0][0][0][0] = 1;
index 833a07756aebf948dc8b43a527e22671e0d503d5..4a8dfca2c0168b4ce30244f105a732eb09bc3132 100644 (file)
@@ -14,7 +14,6 @@
 // make sure the tensor t_ijkl=delta_ik delta_jl + delta_il delta_jk
 // actually maps a rank-2 tensor onto twice itself
 
-#include "../tests.h"
 #include <base/symmetric_tensor.h>
 #include <base/logstream.h>
 #include <fstream>
@@ -80,7 +79,8 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
-
+  deallog.threshold_double(1.e-10);
+  
   test<2> ();
   test<3> ();
   
index d50bab2f6e792573562a284a8da130431dd8db69..da9d2b85a3497146b3fa7882cf5c256af5f27038 100644 (file)
@@ -84,6 +84,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
   test<2> ();
   test<3> ();
index 6bd31f19ddf5b7a17ab5a7a219bc6dcbfa273042..0c7fcf67730e229355b5b8c744bc844f0b62f49b 100644 (file)
@@ -84,6 +84,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
   test<2> ();
   test<3> ();
index 659db998e2bb55cd732dd8aee816d69bbe1a1d0e..570a12da916ee05dfec30d05342d683f2dd95735 100644 (file)
@@ -69,6 +69,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
   test<2> ();
   test<3> ();
index bb362635c8955e578ab30d839a62e385ecf3e4a8..84b4a464300bc3194ac3d4b125c7120e620a0f86 100644 (file)
@@ -44,6 +44,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
   test<2> ();
   test<3> ();
index 5f662ed77744b40126cd7d5126094f5a99f36336..021aa5c396e74f422e8d1cb3916b86c57f4040b7 100644 (file)
@@ -39,6 +39,7 @@ main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
                                    // a square table
   if (true)
index fb1c02452315c21fbdc1cd5ef4af14b3fd8f9493..102c935d5313d90ffee40c654d3580fe74e42c08 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -12,7 +12,6 @@
 //----------------------------  tensor.cc  ---------------------------
 
 
-#include "../tests.h"
 #include <base/tensor.h>
 #include <base/logstream.h>
 #include <lac/vector.h>
@@ -25,6 +24,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   
   double a[3][3] = {{1, 2, 3}, {3, 4, 5}, {6, 7, 8}};
   double b[3][3] = {{25,31,37}, {45,57,69}, {75,96,117}};
index 77939f91dfc193fabe13edee9e28aa94265d9d1f..77735f4a35005453b8e4c6036294909409d7b9e6 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -56,6 +56,7 @@ int main ()
   std::ofstream logfile("timer.output");
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
   Timer t1,t2;
   burn (20);
index 2ab80141a752af4bb09cb37e1634dad889edc1b3..efab88fbc6bea49ba989785a7b47a2d9e637f47f 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -31,6 +31,7 @@ void test ()
   logfile.precision(2);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
   BlockSparsityPattern bsp(3,2);
                                   // set sizes
index 94d2b9d3689e6781252110bf2ba002dcc8b7fc0d..6078f8666bd9fa196dde224a235478bf228f94fe 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -146,6 +146,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
                                    // do the same weird stuff as in
                                    // tests/base/reference.cc
index 2d1f71999bbd0a48d6c8a5a2f5980116d79618ef..96bca2adb16dc5cdbeb6961215dea631a1b5a4d6 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -323,6 +323,7 @@ int main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   
   try
     {
index c2d9dba649e0e2d7fad4e92b1451e876e0988d67..6cdcc36e1c0306e166c62523fe62fca3546ea81a 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -33,7 +33,8 @@ int main()
   logfile.precision(4);
   deallog.attach(logfile);
   deallog.depth_console(0);
-
+  deallog.threshold_double(1.e-10);
+  
   GrowingVectorMemory<> mem;
   SolverControl control(1000, 1.e-5);
   
index 47a0e65f73c926afb735b5df1f4617489b8f37a6..77465ac9223031c86fade9872d2a39c920700376 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -47,6 +47,7 @@ main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   std::srand(3391466);
 
   FullMatrix<double> T(3,3,entries);
index 3779c0e1ceef3f846e7948a7d0e7978ad79a8acc..4634cce24154d2f15a1e60ebbeb15ac1d9a4da1f 100644 (file)
@@ -51,6 +51,7 @@ int main()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
 #ifdef HAVE_LIBLAPACK
   FullMatrix<double> A(3,4,rect);
index e887ff93a870678be4e60a470da197ba79efc470..90d3202787634b2dbd928df3743781e474b2fbfd 100644 (file)
@@ -70,6 +70,7 @@ int main()
   logfile.precision(0);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   
   SparsityPattern sparsity1(2,3,3);
   SparsityPattern sparsity2(3,4,4);
index 9e7aee29cb8e091a3c7866a001858bb5716b94a9..8aa9c4fb13a82242a28da3a4260074061679af55 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -26,6 +26,7 @@ int main ()
   logfile.precision(2);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
                                   // test for a square full matrix
   if (true)
index 5dc655ba3d5b26907d72cd53b165242de6a62ad5..834ffddb2f9039b5861e272962412fe66125d3ea 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -102,6 +102,7 @@ int main()
   std::ofstream logfile("mg.output");
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   
   PrimitiveVectorMemory<Vector<TYPE>  > mem;
   SolverControl control(10000, ACCURACY);
index a34bda0e4bbaf9dfeb327d801f62b4358de723c0..ca391ba2cbc68a434901c88c0fd15867ae8d2cb3 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -94,6 +94,7 @@ int main()
   std::ofstream logfile("mgbase.output");
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
   TransferTest tr;
   SmoothTest s;
index df53acf3a665f29e91739a9fa32c3dc85c68cfb2..1c1349cc7a2e653c3ab3fd1f6d35184c77eecbcc 100644 (file)
@@ -26,6 +26,7 @@
 #include <lac/solver_control.h>
 #include <lac/solver_cg.h>
 #include <lac/solver_gmres.h>
+#include <lac/solver_minres.h>
 #include <lac/solver_bicgstab.h>
 #include <lac/solver_richardson.h>
 #include <lac/solver_qmrs.h>
@@ -72,6 +73,7 @@ int main()
   logfile.precision(4);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   
   GrowingVectorMemory<> mem;
   SolverControl control(100, 1.e-3);
@@ -80,6 +82,7 @@ int main()
   SolverGMRES<> gmres(control, mem, 8);
   SolverGMRES<>::AdditionalData(8, true);
   SolverGMRES<> gmresright(control, mem, 8);  
+  SolverMinRes<> minres(control, mem);
   SolverBicgstab<> bicgstab(control, mem);
   SolverRichardson<> rich(control, mem);
   SolverQMRS<> qmrs(control, mem);
@@ -153,6 +156,7 @@ int main()
          check_solve(bicgstab,A,u,f,prec_no);
          check_solve(gmres,A,u,f,prec_no);
          check_solve(gmresright,A,u,f,prec_no);
+//       check_solve(minres,A,u,f,prec_no);
          check_solve(qmrs,A,u,f,prec_no);
          control.set_max_steps(100);
          
index 34019853963fda25adc97d36d20383c0833df962..8a0b23744ea998fa67eed28f1928b1c671c7f573 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -36,6 +36,7 @@ int main()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   
 
   for (unsigned int size=4; size <= 16; size *= 2)
index d11777835c0521af749a264d8093cc96cd6ebad6..28c0cd7788008bb008ef4652440bd91ff30ad07a 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -261,6 +261,7 @@ int main()
                                   // and benchmark
 #ifdef DEBUG  
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   const unsigned int size = 5;
   const unsigned int row_length = 3;
 #else
index 4e3204e737a8ef7ba1272bedfb20e7bc84bb22c8..3644f73e1479a013c9ca226eb8d86c9eb9bffe42 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -31,6 +31,7 @@ main ()
   logfile.precision(3);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
 
                                   // generate usual sparsity pattern
   const unsigned int N = 15;
index 4a28aac5619b89f715b114e7b88d4e4e50531cb6..e0f1861f130951882b308371c2300c69d76ecf6c 100644 (file)
@@ -67,6 +67,7 @@ int main()
   logfile.precision(0);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   
   check_vmult<double>();
 }
index 76d96c09b9a53f31d1b35951b5ddc5110f94dc0b..235186d0a2819759843d6ac48c70a5060b4725b1 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -157,6 +157,7 @@ int main()
   logfile.precision(2);
   deallog.attach(logfile);
   deallog.depth_console(0);
+  deallog.threshold_double(1.e-10);
   
   Vector<double>      d1(N), d2(N);
   Vector<float>       f1(N), f2(N);
index e58998636a2dbe410d9cbe2686412c12c804faaa..22958d70c14fdc730126468a166faa854f6f1249 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2004 by the deal.II authors
+//    Copyright (C) 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 // numbers below a certain threshold are simply printed as zeros. this removes
 // a number of possible places where output may differ depending on platform,
 // compiler options, etc, simply because round-off is different.
-inline
-LogStream & operator << (LogStream &logstream,
-                         const double d)
-{
-  if (std::fabs (d) < 1e-10)
-    logstream.
-#ifdef DEAL_II_TEMPL_OP_DISAMBIGUATION_BUG
-      template
-#endif
-      operator << <double> (0.);
-  else
-    logstream.
-#ifdef DEAL_II_TEMPL_OP_DISAMBIGUATION_BUG
-      template
-#endif
-      operator << <double> (d);
-  return logstream;
-}
-
-
 inline
 LogStream & operator << (LogStream &logstream,
                          const float d)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.