]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
All tests should include ../tests.h
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 19 Oct 2006 01:12:58 +0000 (01:12 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 19 Oct 2006 01:12:58 +0000 (01:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@14025 0785d39b-7218-0410-832d-ea1e28bc413d

12 files changed:
tests/multigrid/boundary_01.cc
tests/multigrid/count_01.cc
tests/multigrid/cycles.cc
tests/multigrid/dof_01.cc
tests/multigrid/dof_02.cc
tests/multigrid/renumbering_01.cc
tests/multigrid/renumbering_02.cc
tests/multigrid/renumbering_03.cc
tests/multigrid/smoother_block.cc
tests/multigrid/transfer.cc
tests/multigrid/transfer_block.cc
tests/multigrid/transfer_select.cc

index 0b2f6e67bc40770be6f4b63781d58a413a2ae9fc..6f32b4f0fbd018f4105f8cba547fd43c2a5b46b5 100644 (file)
@@ -13,6 +13,7 @@
 
 // check MGTools::make_boundary_list
 
+#include "../tests.h"
 #include <base/logstream.h>
 #include <base/function.h>
 #include <lac/vector.h>
index 2d7148ae0aa22bd98e10fc495f27ddd26a2bd996..10d949671c84c1a5a4cea640222b602c3e4e57a3 100644 (file)
@@ -13,6 +13,7 @@
 
 // check MGTools::count_dofs_per_component
 
+#include "../tests.h"
 #include <base/logstream.h>
 #include <lac/vector.h>
 #include <lac/block_vector.h>
index 76c0a17cb622b0dd51393bd70eeb3fd2bce07fda..d108c36f80d64e9588f22a092d2708e08c437c4e 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000 - 2005 by the deal.II authors
+//    Copyright (C) 2000 - 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -17,6 +17,7 @@
  * same matrix on each level.
  */
 
+#include "../tests.h"
 #include <base/logstream.h>
 #include <lac/vector.h>
 #include <lac/full_matrix.h>
index 353cb1c4908b7c48f90f2a5b6d4806c176178064..fa9b66e23de942a3217b55cc404a5023c0c3ce3a 100644 (file)
@@ -13,6 +13,7 @@
 
 // check MGDoFAccessor::get_mg_dof_indices
 
+#include "../tests.h"
 #include <base/logstream.h>
 #include <base/function.h>
 #include <lac/vector.h>
index e9c14ce1d1958bdfbc2d1fa2805c0a26deb85cc3..0e508f2f6505de85377478b9137c9870fbec4989 100644 (file)
@@ -13,6 +13,7 @@
 
 // check MGDoFAccessor::get_mg_dof_indices for faces
 
+#include "../tests.h"
 #include <base/logstream.h>
 #include <base/function.h>
 #include <lac/vector.h>
index a48ebb890e46ad8cb255ff9223ec0515c6d80efe..68eddf265cdb95ba6c3eaf6fb52a74aa0b1419e1 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000 - 2005 by the deal.II authors
+//    Copyright (C) 2000 - 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -14,6 +14,7 @@
 // check the new DoFRenumbering::component_wise function that handles
 // MGDoFHandlers and renumbers all MG and non-MG dofs
 
+#include "../tests.h"
 #include <base/logstream.h>
 #include <lac/vector.h>
 #include <lac/block_vector.h>
index 95562b67066c7e1d8dbd1c02de131f5f604a0a6e..7848c7bf72f6c833ee0c77eeb1d645b3ff352591 100644 (file)
@@ -15,6 +15,7 @@
 // MGDoFHandler::renumbering function could not handle coarsened grids
 // (unused cells). Check that this works now.
 
+#include "../tests.h"
 #include <base/logstream.h>
 #include <lac/vector.h>
 #include <lac/block_vector.h>
index 836fc5a611b148b005cc868356edaab08ea753d7..746d098c9b2219de82f581e412fdfcb34318d2ae 100644 (file)
@@ -17,6 +17,7 @@
 // MGDoFHandler::renumbering function could not handle coarsened grids
 // (unused vertices, unused faces). Check that all this works now.
 
+#include "../tests.h"
 #include <base/logstream.h>
 #include <lac/vector.h>
 #include <lac/block_vector.h>
index b18df2fce103d9713ed2c7699e557dee9cc3c716..3b7e66d6fcd74d0476f65f4de054630d3538f962 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000 - 2005 by the deal.II authors
+//    Copyright (C) 2000 - 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -12,6 +12,7 @@
 //----------------------------------------------------------------------------
 
 
+#include "../tests.h"
 #include <base/logstream.h>
 #include <lac/vector.h>
 #include <lac/block_vector.h>
index 4c3ede73b7b106386b43fe0a2959a8b022bac373..40a8c977e465b4c0b62e76c417861fcc8958b977 100644 (file)
@@ -13,6 +13,7 @@
 
 //TODO:[GK] Add checks for RT again!
 
+#include "../tests.h"
 #include <base/logstream.h>
 #include <lac/vector.h>
 #include <lac/block_vector.h>
index b9647a80c707320e73b6d010478e9f45be55d991..396cdae1f23edd14e0fc0a34e9eacbd757ecaf9d 100644 (file)
@@ -12,6 +12,7 @@
 //----------------------------------------------------------------------------
 
 
+#include "../tests.h"
 #include <base/logstream.h>
 #include <lac/vector.h>
 #include <lac/block_vector.h>
index e758e5fb4ee22288af32db1d729d058dbf11e50c..f8f71053d598f55416f1452781b2c3d4e69a12eb 100644 (file)
@@ -12,6 +12,7 @@
 //----------------------------------------------------------------------------
 
 
+#include "../tests.h"
 #include <base/logstream.h>
 #include <lac/vector.h>
 #include <lac/block_vector.h>

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.