]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a few tests, more test results.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 29 Sep 2003 21:35:26 +0000 (21:35 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 29 Sep 2003 21:35:26 +0000 (21:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@8065 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/coarsening_3d.cc
tests/bits/mesh_3d_7.cc

index 798367920c9a66005c5a0aa0cc9faad9186c3cf2..3882a0d19fe90102e69829b87e2edaa9041074b7 100644 (file)
@@ -42,6 +42,8 @@ int main ()
        c != coarse_grid.end(); ++c)
     c->set_coarsen_flag ();
   coarse_grid.execute_coarsening_and_refinement ();
+
+  deallog << "ok." << std::endl;
 }
 
   
index 9d5433033a0e30ee525df649b420fd073bfb4cd5..cc61ccd62fe5434de2f5eb1370c6c639f6ccb0e2 100644 (file)
@@ -33,7 +33,7 @@
 
 void check_this (Triangulation<3> &tria)
 {
-  QGauss3<2> quadrature;
+  QTrapez<2> quadrature;
   FE_Q<3> fe(1);
   FEFaceValues<3> fe_face_values1 (fe, quadrature,
                                    update_q_points | update_JxW_values);

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.