]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Move some tests that only involve a ConstraintMatrix but not any dimension-dependent...
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Tue, 10 Mar 2009 13:20:31 +0000 (13:20 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Tue, 10 Mar 2009 13:20:31 +0000 (13:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@18471 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/full_matrix_vector_01.cc
tests/fe/internals.cc
tests/fe/mapping_q_eulerian.cc
tests/lac/constraints_zero.cc [moved from tests/deal.II/constraints_zero.cc with 100% similarity]
tests/lac/constraints_zero/cmp/generic [moved from tests/deal.II/constraints_zero/cmp/generic with 100% similarity]
tests/lac/constraints_zero_condense.cc [moved from tests/deal.II/constraints_zero_condense.cc with 100% similarity]
tests/lac/constraints_zero_condense/cmp/generic [moved from tests/deal.II/constraints_zero_condense/cmp/generic with 100% similarity]
tests/lac/constraints_zero_merge.cc [moved from tests/deal.II/constraints_zero_merge.cc with 100% similarity]
tests/lac/constraints_zero_merge/cmp/generic [moved from tests/deal.II/constraints_zero_merge/cmp/generic with 100% similarity]

index 3af5d53915a55f16a58e19b6a78a232aec80ba98..4a3ae61a5683acd5f07c310e763fa62747797588 100644 (file)
@@ -21,7 +21,6 @@
 #include <iomanip>
 #include <vector>
 
-
 void test (Vector<double> &v,
            Vector<double> &w)
 {
index 35a0f26921745cb07e9b6b086824d62930789f1b..228b6368cdd5e0c2cde20ed97ca5be431bf3aa09 100644 (file)
@@ -18,7 +18,6 @@
 #include <fe/fe_dgp.h>
 #include <fe/fe_nedelec.h>
 #include <fe/fe_system.h>
-#include <fe/fe_values.h>
 #include <vector>
 #include <fstream>
 #include <iostream>
@@ -79,7 +78,7 @@ check_support (const FiniteElement<dim>& finel, const char* name)
         
       for (unsigned int k=0; k<face_points.size(); ++k)
        deallog << std::setprecision(3) << qp.point(k)
-            << std::endl;
+               << std::endl;
     }
 }
 
index db89a6b09617c8003071a12466b439914f0adc86..c9b318988823e2a12d2523bd10771e527f0b24fa 100644 (file)
@@ -173,7 +173,7 @@ void MappingTest<dim>::run_test ()
   }    
 
   table.set_precision("area", 8);
-    table.set_precision("error", 4);
+  table.set_precision("error", 4);
   table.set_scientific("error", true);
   table.evaluate_convergence_rates("error",
     ConvergenceTable::reduction_rate_log2); 

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.