DEAL::Size 32 Unknowns 961
-DEAL::Solver type: 12SolverMinResI6VectorIdEE
+DEAL::Solver type: N6dealii12SolverMinResINS_6VectorIdEEEE
DEAL:minres::Starting value 31.00
DEAL:minres::Convergence step 43 value 0.0006916
DEAL::Solver stopped after 43 iterations
DEAL::Size 32 Unknowns 961
-DEAL::Solver type: 10SolverQMRSI6VectorIdEE
+DEAL::Solver type: N6dealii10SolverQMRSINS_6VectorIdEEEE
DEAL:QMRS::Starting value 31.00
DEAL:QMRS::Convergence step 46 value 0.0009063
DEAL::Solver stopped after 46 iterations
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004, 2005 by the deal.II authors
+// Copyright (C) 2004, 2005, 2006 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
#include <base/exceptions.h>
#include <cmath>
+
+// implicitly use the deal.II namespace everywhere, without us having to say
+// so in each and every testcase
+using namespace dealii;
+
+
// overload floating point output operators for LogStream so that small
// numbers below a certain threshold are simply printed as zeros. this removes
// a number of possible places where output may differ depending on platform,