From 021c55b6f08f254138d56683cdf04a1a35dd744b Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 19 Oct 2005 14:46:31 +0000 Subject: [PATCH] The element should have been simply RT, not RTNodal. git-svn-id: https://svn.dealii.org/trunk@11626 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/rt_7.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fe/rt_7.cc b/tests/fe/rt_7.cc index 483eb747d2..a9efae9cd7 100644 --- a/tests/fe/rt_7.cc +++ b/tests/fe/rt_7.cc @@ -37,7 +37,7 @@ template void plot_shape_functions(const unsigned int degree) { - FE_RaviartThomasNodal fe_rt(degree); + FE_RaviartThomas fe_rt(degree); Triangulation tr; GridGenerator::hyper_cube(tr, 0., 1.); -- 2.39.5