// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009 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 ()
{
- std::ofstream logfile("umfpack_04/output");
+ std::ofstream logfile("umfpack_07/output");
deallog.attach(logfile);
deallog.depth_console(0);
- deallog.threshold_double(1.e-10);
+ deallog.threshold_double(1.e-9);
test<1> ();
test<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009 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 ()
{
- std::ofstream logfile("umfpack_05/output");
+ std::ofstream logfile("umfpack_08/output");
deallog.attach(logfile);
deallog.depth_console(0);
- deallog.threshold_double(1.e-10);
+ deallog.threshold_double(1.e-9);
test<1> ();
test<2> ();
DEAL::relative norm distance = 0
DEAL::absolute norms = 0 94764.3
DEAL::relative norm distance = 0
-DEAL::absolute norms = 1.04142e-10 236911.
+DEAL::absolute norms = 0 236911.
DEAL::relative norm distance = 0
-DEAL::absolute norms = 2.08284e-10 473822.
+DEAL::absolute norms = 0 473822.
DEAL::3d
DEAL::Number of dofs = 1333
DEAL::relative norm distance = 0
DEAL::absolute norms = 0 56165.6
DEAL::relative norm distance = 0
-DEAL::absolute norms = 2.47676e-10 140414.
+DEAL::absolute norms = 0 140414.
DEAL::relative norm distance = 0
-DEAL::absolute norms = 4.95351e-10 280828.
+DEAL::absolute norms = 1.79148e-09 280828.
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009 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 ()
{
- std::ofstream logfile("umfpack_06/output");
+ std::ofstream logfile("umfpack_09/output");
deallog.attach(logfile);
deallog.depth_console(0);
- deallog.threshold_double(1.e-10);
+ deallog.threshold_double(1.e-9);
test<1> ();
test<2> ();