]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Throw away small entries rather than printing them as 0.000 (or as a blank space...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 6 Sep 2012 20:42:23 +0000 (20:42 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 6 Sep 2012 20:42:23 +0000 (20:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@26241 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/internals.cc

index 34f6a797fab6fa31aa0c0831266bd0ddd30afcee..780f123e7c23c0d58b3a13a154644c735be5b223 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), 4, 6);
+       print_formatted (fe.get_restriction_matrix(i), 5, 7);
       deallog << name << '<' << dim << '>' << " embedding " << i << std::endl;
       if (fe.isotropic_prolongation_is_implemented())
-       print_formatted (fe.get_prolongation_matrix(i), 4, 6);
+       print_formatted (fe.get_prolongation_matrix(i), 5, 7);
     }
 }
 

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.