]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Test fe/shapes adapted.
authorMarkus Buerg <buerg@math.tamu.edu>
Tue, 14 Sep 2010 22:17:39 +0000 (22:17 +0000)
committerMarkus Buerg <buerg@math.tamu.edu>
Tue, 14 Sep 2010 22:17:39 +0000 (22:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@21969 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/shapes.cc

index a02ff721778333ef0e3e66304c4be7e532da16f8..0eba8f6f1b5bcf672883b233b9988b6eded6ef01 100644 (file)
@@ -604,9 +604,11 @@ template<int dim>
 void plot_FE_Nedelec_shape_functions()
 {
   MappingQ1<dim> m;
-  FE_Nedelec<dim> p1(1);
+  FE_Nedelec<dim> p0(0);
 //   plot_shape_functions(m, p1, "Nedelec1");
 //   plot_face_shape_functions(m, p1, "Nedelec1");
+  test_compute_functions(m, p0, "Nedelec0");
+  FE_Nedelec<dim> p1(1);
   test_compute_functions(m, p1, "Nedelec1");
 }
 

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.