]> https://gitweb.dealii.org/ - dealii.git/commitdiff
.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 21 Jun 2005 21:28:44 +0000 (21:28 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 21 Jun 2005 21:28:44 +0000 (21:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@10916 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/fe_tools_cpfqpm_02.cc

index c94db65fa07a3785ab1c9f799f4b044e3aa50b78..7d6b579dba6254b85db5ba02ffeeb72eccc57f6e 100644 (file)
@@ -62,6 +62,10 @@ check_this (const FiniteElement<dim> &fe,
                                    // quadrature points
   if (fe.dofs_per_cell < q_rhs.n_quadrature_points)
     return;
+
+  deallog << "dofs_per_cell=" << fe.dofs_per_cell
+          << ", n_q_points=" << q_rhs.n_quadrature_points
+          << std::endl;
   
   FullMatrix<double> X (fe.dofs_per_cell,
                         q_rhs.n_quadrature_points);

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.