]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Increase precision even more. There are still numbers that are printed as 0.xxxx7...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 7 Sep 2012 02:31:03 +0000 (02:31 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 7 Sep 2012 02:31:03 +0000 (02:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@26246 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/internals.cc

index 780f123e7c23c0d58b3a13a154644c735be5b223..e61873413b77af34840f524c4e8c2f56a550f2c7 100644 (file)
@@ -105,10 +105,10 @@ check_matrices (FiniteElement<dim>& fe, const char* name)
     {
       deallog << name << '<' << dim << '>' << " restriction " << i << std::endl;
       if (fe.isotropic_restriction_is_implemented())
-       print_formatted (fe.get_restriction_matrix(i), 5, 7);
+       print_formatted (fe.get_restriction_matrix(i), 6, 8);
       deallog << name << '<' << dim << '>' << " embedding " << i << std::endl;
       if (fe.isotropic_prolongation_is_implemented())
-       print_formatted (fe.get_prolongation_matrix(i), 5, 7);
+       print_formatted (fe.get_prolongation_matrix(i), 6, 8);
     }
 }
 

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.