int main(int argc, char **argv)
{
std::ofstream logfile("deal_solver_01/output");
- logfile.precision(4);
deallog.attach(logfile);
+ deallog << std::setprecision(4);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
DEAL::Size 32 Unknowns 961
DEAL::Solver type: N6dealii8SolverCGINS_13PETScWrappers6VectorEEE
-DEAL:cg::Starting value 31.0000
-DEAL:cg::Convergence step 43 value 0.000818932
+DEAL:cg::Starting value 31.00
+DEAL:cg::Convergence step 43 value 0.0008189
DEAL::Solver stopped after 43 iterations
int main(int argc, char **argv)
{
std::ofstream logfile("deal_solver_02/output");
- logfile.precision(4);
deallog.attach(logfile);
+ deallog << std::setprecision(4);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
DEAL::Size 32 Unknowns 961
DEAL::Solver type: N6dealii14SolverBicgstabINS_13PETScWrappers6VectorEEE
-DEAL:Bicgstab::Starting value 31.0000
-DEAL:Bicgstab::Convergence step 29 value 0.000873501
+DEAL:Bicgstab::Starting value 31.00
+DEAL:Bicgstab::Convergence step 29 value 0.0008735
DEAL::Solver stopped after 29 iterations
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004, 2005 by the deal.II authors
+// Copyright (C) 2004, 2005, 2010 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
int main(int argc, char **argv)
{
std::ofstream logfile("solver_01/output");
- logfile.precision(4);
deallog.attach(logfile);
+ deallog << std::setprecision(4);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
+++ /dev/null
-
-DEAL::Size 32 Unknowns 961
-DEAL::Solver type: N6dealii13PETScWrappers16SolverRichardsonE
-DEAL::Starting value 7.75000
-DEAL::Failure step 100 value 4.00437
-DEAL::Iterative method reported convergence failure in step 100 with residual 4.00437
-DEAL::Solver stopped after 100 iterations
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004, 2005 by the deal.II authors
+// Copyright (C) 2004, 2005, 2010 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
int main(int argc, char **argv)
{
std::ofstream logfile("solver_02/output");
- logfile.precision(4);
deallog.attach(logfile);
+ deallog << std::setprecision(4);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
+++ /dev/null
-
-DEAL::Size 32 Unknowns 961
-DEAL::Solver type: N6dealii13PETScWrappers15SolverChebychevE
-DEAL::Starting value 7.74501
-DEAL::Failure step 100 value 3.88526
-DEAL::Iterative method reported convergence failure in step 100 with residual 3.88526
-DEAL::Solver stopped after 100 iterations
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004, 2005 by the deal.II authors
+// Copyright (C) 2004, 2005, 2010 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
int main(int argc, char **argv)
{
std::ofstream logfile("solver_03/output");
- logfile.precision(4);
deallog.attach(logfile);
+ deallog << std::setprecision(4);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
+++ /dev/null
-
-DEAL::Size 32 Unknowns 961
-DEAL::Solver type: N6dealii13PETScWrappers8SolverCGE
-DEAL::Starting value 7.75000
-DEAL::Convergence step 41 value 0.000672952
-DEAL::Solver stopped after 41 iterations
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004, 2005 by the deal.II authors
+// Copyright (C) 2004, 2005, 2010 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
int main(int argc, char **argv)
{
std::ofstream logfile("solver_04/output");
- logfile.precision(4);
deallog.attach(logfile);
+ deallog << std::setprecision(4);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
+++ /dev/null
-
-DEAL::Size 32 Unknowns 961
-DEAL::Solver type: N6dealii13PETScWrappers10SolverBiCGE
-DEAL::Starting value 7.75000
-DEAL::Convergence step 41 value 0.000672952
-DEAL::Solver stopped after 41 iterations
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004, 2005 by the deal.II authors
+// Copyright (C) 2004, 2005, 2010 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
int main(int argc, char **argv)
{
std::ofstream logfile("solver_05/output");
- logfile.precision(4);
deallog.attach(logfile);
+ deallog << std::setprecision(4);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
+++ /dev/null
-
-DEAL::Size 32 Unknowns 961
-DEAL::Solver type: N6dealii13PETScWrappers11SolverGMRESE
-DEAL::Starting value 7.75000
-DEAL::Convergence step 48 value 0.000984105
-DEAL::Solver stopped after 48 iterations
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004, 2005 by the deal.II authors
+// Copyright (C) 2004, 2005, 2010 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
int main(int argc, char **argv)
{
std::ofstream logfile("solver_06/output");
- logfile.precision(4);
deallog.attach(logfile);
+ deallog << std::setprecision(4);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
+++ /dev/null
-
-DEAL::Size 32 Unknowns 961
-DEAL::Solver type: N6dealii13PETScWrappers14SolverBicgstabE
-DEAL::Starting value 7.75000
-DEAL::Convergence step 33 value 0.000574488
-DEAL::Solver stopped after 33 iterations
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004, 2005 by the deal.II authors
+// Copyright (C) 2004, 2005, 2010 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
int main(int argc, char **argv)
{
std::ofstream logfile("solver_07/output");
- logfile.precision(4);
deallog.attach(logfile);
+ deallog << std::setprecision(4);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
+++ /dev/null
-
-DEAL::Size 32 Unknowns 961
-DEAL::Solver type: N6dealii13PETScWrappers9SolverCGSE
-DEAL::Starting value 7.75000
-DEAL::Convergence step 40 value 0.000751860
-DEAL::Solver stopped after 40 iterations
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004, 2005 by the deal.II authors
+// Copyright (C) 2004, 2005, 2010 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
int main(int argc, char **argv)
{
std::ofstream logfile("solver_08/output");
- logfile.precision(4);
deallog.attach(logfile);
+ deallog << std::setprecision(4);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
+++ /dev/null
-
-DEAL::Size 32 Unknowns 961
-DEAL::Solver type: N6dealii13PETScWrappers11SolverTFQMRE
-DEAL::Starting value 7.75000
-DEAL::Convergence step 40 value 0.000867994
-DEAL::Solver stopped after 40 iterations
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004, 2005 by the deal.II authors
+// Copyright (C) 2004, 2005, 2010 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
int main(int argc, char **argv)
{
std::ofstream logfile("solver_09/output");
- logfile.precision(4);
deallog.attach(logfile);
+ deallog << std::setprecision(4);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
--- /dev/null
+
+DEAL::Size 32 Unknowns 961
+DEAL::Solver type: N6dealii13PETScWrappers11SolverTCQMRE
+DEAL::Starting value 7.750
+DEAL::Starting value 7.750
+DEAL::Convergence step 44 value 0.0007008
+DEAL::Solver stopped after 44 iterations
DEAL::Size 32 Unknowns 961
DEAL::Solver type: N6dealii13PETScWrappers11SolverTCQMRE
-DEAL::Starting value 7.75000
-DEAL::Starting value 7.75000
-DEAL::Convergence step 44 value 0.000700842
+DEAL::Starting value 7.750
+DEAL::Starting value 7.750
+DEAL::Convergence step 44 value 0.0007008
DEAL::Solver stopped after 44 iterations
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004, 2005 by the deal.II authors
+// Copyright (C) 2004, 2005, 2010 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
int main(int argc, char **argv)
{
std::ofstream logfile("solver_10/output");
- logfile.precision(4);
deallog.attach(logfile);
+ deallog << std::setprecision(4);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
+++ /dev/null
-
-DEAL::Size 32 Unknowns 961
-DEAL::Solver type: N6dealii13PETScWrappers8SolverCRE
-DEAL::Starting value 7.75000
-DEAL::Convergence step 41 value 0.000570004
-DEAL::Solver stopped after 41 iterations
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004, 2005 by the deal.II authors
+// Copyright (C) 2004, 2005, 2010 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
int main(int argc, char **argv)
{
std::ofstream logfile("solver_11/output");
- logfile.precision(4);
deallog.attach(logfile);
+ deallog << std::setprecision(4);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
--- /dev/null
+
+DEAL::Size 32 Unknowns 961
+DEAL::Solver type: N6dealii13PETScWrappers10SolverLSQRE
+DEAL::Starting value 31.00
+DEAL::Failure step 100 value 24.02
+DEAL::Iterative method reported convergence failure in step 100 with residual 24.0219
+DEAL::Solver stopped after 100 iterations