]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Made FE tests work again for FE_DGQ with arbitrary nodes.
authorprill <prill@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 7 Nov 2006 08:29:07 +0000 (08:29 +0000)
committerprill <prill@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 7 Nov 2006 08:29:07 +0000 (08:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@14170 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/interpolate_q1.cc
tests/fe/shapes.cc

index fdb3cafe721bf3fd4c3157f9f1eda47426d1de86..5c32e6c06196b30312fdc93482d53d3e33c92d19 100644 (file)
@@ -76,7 +76,7 @@ void check_dg_lobatto(const Function<dim>& f,
                      const unsigned int degree)
 {
   QGaussLobatto<1> fe_quadrature(degree);
-  FE_DGQ<dim> fe(fe_quadrature);
+  FE_DGQArbitraryNodes<dim> fe(fe_quadrature);
   deallog << fe.get_name() << ' ';
   
   std::vector<double> dofs(fe.dofs_per_cell);
index 97e064d8245578a7ae7bee4bdfc2563a592b32de..d1a270cb5d9ce5a74f4280a71a8d274527c937e7 100644 (file)
@@ -477,13 +477,13 @@ void plot_FE_DGQ_shape_functions()
   test_compute_functions(m, q3, "DGQ3");
   
   QGaussLobatto<1> quadrature_gl(5);
-  FE_DGQ<dim> qgl(quadrature_gl);
+  FE_DGQArbitraryNodes<dim> qgl(quadrature_gl);
   plot_shape_functions(m, qgl, "DGQGL");
   plot_face_shape_functions(m, qgl, "DGQGL");
   test_compute_functions(m, qgl, "DGQGL");
   
   QGauss<1> quadrature_g(5);
-  FE_DGQ<dim> qg(quadrature_g);
+  FE_DGQArbitraryNodes<dim> qg(quadrature_g);
   plot_shape_functions(m, qg, "DGQG");
   plot_face_shape_functions(m, qg, "DGQG");
   test_compute_functions(m, qg, "DGQG");

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.