]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fixed output and copyright
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 5 May 2006 10:33:16 +0000 (10:33 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 5 May 2006 10:33:16 +0000 (10:33 +0000)
git-svn-id: https://svn.dealii.org/trunk@13062 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/umfpack_01.cc
tests/bits/umfpack_02.cc
tests/bits/umfpack_03.cc
tests/bits/umfpack_04.cc
tests/bits/umfpack_05.cc
tests/bits/umfpack_06.cc

index 43339ce9ac9d210094e471606312b8cbf933cf1a..fcf0b587da606e6e98190f2930099854f71eb5d5 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  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
 
index f9b6d49f0fbd85d99a4af94494955afeaf894774..f6d6a06ce3ed70b0e39547724966f126d82ff710 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  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
index 7844cf6a82bb281067d3396d6928c183a769ab0a..b177650a769d60dc351815aba80dec8cbe469d2f 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  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
 
index 8d605f424742284409f07a17cc5e1752cf51aec4..65708c6debc9fcb0c72413e857a80da7e6728bdc 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  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
index 09436b1ff7522489e2bf1c194cc03646af847b0b..d809a6bec9bea981fd4c1faa17621f32fdd67a96 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  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
index 682be140f012166dd44606b4a04b7a5c25546e3e..4ffd06112cf14981ce964424a830333b18d87e17 100644 (file)
@@ -1,15 +1,15 @@
-//----------------------------  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
@@ -160,7 +160,7 @@ void test ()
 
 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);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.