-//---------------------------- umfpack_01.cc ---------------------------
+//----------------------------------------------------------------------
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
+// Copyright (C) 2002, 2003, 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
// to the file deal.II/doc/license.html for the text and
// further information on this license.
//
-//---------------------------- umfpack_01.cc ---------------------------
+//----------------------------------------------------------------------
// test the umfpack sparse direct solver on a mass matrix
-//---------------------------- umfpack_02.cc ---------------------------
+//----------------------------------------------------------------------
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
+// Copyright (C) 2002, 2003, 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
// to the file deal.II/doc/license.html for the text and
// further information on this license.
//
-//---------------------------- umfpack_02.cc ---------------------------
+//----------------------------------------------------------------------
// test the umfpack sparse direct solver on a mass matrix; test that the
// functions that allow for repeated solves yield the correct result even
-//---------------------------- umfpack_03.cc ---------------------------
+//----------------------------------------------------------------------
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
+// Copyright (C) 2002, 2003, 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
// to the file deal.II/doc/license.html for the text and
// further information on this license.
//
-//---------------------------- umfpack_03.cc ---------------------------
+//----------------------------------------------------------------------
// test the umfpack sparse direct solver on a mass matrix that is slightly modified to make it nonsymmetric
-//---------------------------- umfpack_04.cc ---------------------------
+//----------------------------------------------------------------------
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors and Brian Carnes
+// Copyright (C) 2002, 2003, 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
// to the file deal.II/doc/license.html for the text and
// further information on this license.
//
-//---------------------------- umfpack_04.cc ---------------------------
+//----------------------------------------------------------------------
// test the umfpack sparse direct solver on a mass matrix that is
// slightly modified to make it nonsymmetric. same as umfpack_03, but
-//---------------------------- umfpack_05.cc ---------------------------
+//----------------------------------------------------------------------
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors and Brian Carnes
+// Copyright (C) 2002, 2003, 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
// to the file deal.II/doc/license.html for the text and
// further information on this license.
//
-//---------------------------- umfpack_05.cc ---------------------------
+//----------------------------------------------------------------------
// test the umfpack sparse direct solver on a mass matrix that is
// slightly modified to make it nonsymmetric. same as umfpack_03, but
-//---------------------------- umfpack_05.cc ---------------------------
+//----------------------------------------------------------------------
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004, 2005, 2006 by the deal.II authors and Brian Carnes
+// Copyright (C) 2002, 2003, 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
// to the file deal.II/doc/license.html for the text and
// further information on this license.
//
-//---------------------------- umfpack_05.cc ---------------------------
+//----------------------------------------------------------------------
// test the umfpack sparse direct solver on a mass matrix that is
// slightly modified to make it nonsymmetric. same as umfpack_03, but
int main ()
{
- std::ofstream logfile("umfpack_05/output");
+ std::ofstream logfile("umfpack_06/output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);