]> https://gitweb.dealii.org/ - dealii.git/commitdiff
don't do too much in 3d.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 21 Oct 2005 15:17:57 +0000 (15:17 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 21 Oct 2005 15:17:57 +0000 (15:17 +0000)
git-svn-id: https://svn.dealii.org/trunk@11646 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/Makefile
tests/fe/rtn_3.cc

index 2ba0a2a62bc7ba424b9cb92a50a0d3e153b1936e..5fee7dcbcb97a8c513e09c8dc51919295e451f3d 100644 (file)
@@ -39,7 +39,8 @@ tests_x=fe_data_test traits fe_tools fe_tools_test mapping \
        system_1 interpolate_system \
         non_primitive_* \
         nedelec* \
-       up_and_down
+       up_and_down \
+       check_derivatives
 
 # from above list of regular expressions, generate the real set of
 # tests
index fe61691bc3b1c448d05539326db4d16c091eb93a..86979fa2e35bac2da82bb07550d799cb9c52afe7 100644 (file)
@@ -29,7 +29,7 @@
 template<int dim>
 void test ()
 {
-  for (unsigned int degree=0; degree<5; ++degree)
+  for (unsigned int degree=0; degree<9-2*dim; ++degree)
     {
       FE_RaviartThomasNodal<dim> fe_rtn(degree);
       deallog << fe_rtn.get_name() << ' ' << fe_rtn.dofs_per_cell << std::endl;

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.