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);
// $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);
// $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);
// $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);
// $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);
// $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);
// $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);
// $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);
// $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);
// $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);
// $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);