]> https://gitweb.dealii.org/ - dealii.git/commitdiff
The element should have been simply RT, not RTNodal.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 19 Oct 2005 14:46:31 +0000 (14:46 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 19 Oct 2005 14:46:31 +0000 (14:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@11626 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/rt_7.cc

index 483eb747d2ad373a56cd34c62a3ae187db2b25d1..a9efae9cd7f970d2a60aa04b37c0bf998fb93b12 100644 (file)
@@ -37,7 +37,7 @@ template<int dim>
 void
 plot_shape_functions(const unsigned int degree)
 {
-  FE_RaviartThomasNodal<dim> fe_rt(degree);
+  FE_RaviartThomas<dim> fe_rt(degree);
   Triangulation<dim> tr;
   GridGenerator::hyper_cube(tr, 0., 1.);
 

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.