]> https://gitweb.dealii.org/ - dealii.git/commitdiff
test new tensor product constructor for Quadrature
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 13 Jun 2005 12:49:05 +0000 (12:49 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 13 Jun 2005 12:49:05 +0000 (12:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@10860 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/quadrature_test.cc

index c72b79676f7e68ec6e53a42a4cde6ee4ef1ac272..390128a1ad0074c4277b63bc0527ce562f1d96ea 100644 (file)
@@ -39,6 +39,8 @@ fill_vector (std::vector<Quadrature<dim> *>& quadratures)
     {
       quadratures.push_back (new QGauss<dim>(i));
     }
+  QMilne<1> q1d;
+  quadratures.push_back (new Quadrature<dim>(q1d));
 }
 
 template <int dim>

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.