]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Limit the threshold up to which stuff is printed.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 28 Aug 2012 02:11:54 +0000 (02:11 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 28 Aug 2012 02:11:54 +0000 (02:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@26134 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/fe_values_view_04.cc

index c1b2c01f2129136216bbfbf921ca514ee5ec13c5..39d637ff89c4a32e07739944fc3b7a40cec25a1c 100644 (file)
@@ -1,8 +1,8 @@
 //----------------------------------------------------------------------
 //    $Id$
-//    Version: $Name$ 
+//    Version: $Name$
 //
-//    Copyright (C) 2007, 2008, 2010 by the deal.II authors
+//    Copyright (C) 2007, 2008, 2010, 2012 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -52,7 +52,7 @@ void test (const Triangulation<dim>& tr,
         cell = dof.begin_active(); cell != dof.end(); ++cell)
     {
       fe_values.reinit (cell);
-  
+
       for (unsigned int c=0; c<fe.n_components(); ++c)
                                         // use a vector extractor if there
                                         // are sufficiently many components
@@ -98,7 +98,7 @@ void test (const Triangulation<dim>& tr,
                              (fe_values[vec_components].gradient(i,q) +
                               transpose(fe_values[vec_components].gradient(i,q)))/2,
                              ExcInternalError());
-                     
+
                      Assert (fe_values[vec_components].hessian (i,q)[d]
                              ==
                              fe_values.shape_hessian_component (i,q,c+d),
@@ -134,7 +134,7 @@ int main()
 
   deallog.attach(logfile);
   deallog.depth_console (0);
-  deallog.threshold_double(1.e-12);
+  deallog.threshold_double(1.e-7);
 
   test_hyper_sphere<2>();
   test_hyper_sphere<3>();

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.