]> https://gitweb.dealii.org/ - dealii.git/commitdiff
This test now works -- hurray
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 2 May 2006 20:46:24 +0000 (20:46 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 2 May 2006 20:46:24 +0000 (20:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@12972 0785d39b-7218-0410-832d-ea1e28bc413d

tests/hp/n_dofs.cc
tests/hp/n_dofs/cmp/generic [new file with mode: 0644]

index 110619473ba1a24459503610ed9f47bab567b653..9986a6bdaf34e9150786f7c095a99a931600fb65 100644 (file)
@@ -1,4 +1,4 @@
-//----------------------------  n_dofs_2d.cc  ---------------------------
+//----------------------------  n_dofs.cc  ---------------------------
 //    $Id$
 //    Version: $Name$ 
 //
@@ -9,7 +9,7 @@
 //    to the file deal.II/doc/license.html for the  text  and
 //    further information on this license.
 //
-//----------------------------  n_dofs_2d.cc  ---------------------------
+//----------------------------  n_dofs.cc  ---------------------------
 
 
 // check that even for wickedly complicated finite elements the
@@ -90,7 +90,7 @@ void test (const FiniteElement<dim> &fe)
 
 int main ()
 {
-  std::ofstream logfile("n_dofs_2d/output");
+  std::ofstream logfile("n_dofs/output");
   logfile.precision(2);
   
   deallog.attach(logfile);
diff --git a/tests/hp/n_dofs/cmp/generic b/tests/hp/n_dofs/cmp/generic
new file mode 100644 (file)
index 0000000..d8cff95
--- /dev/null
@@ -0,0 +1,66 @@
+
+DEAL::FE_Q<1>(1) 11 11
+DEAL::FE_Q<2>(1) 97 97
+DEAL::FE_Q<3>(1) 827 827
+DEAL::FE_Q<1>(2) 21 21
+DEAL::FE_Q<2>(2) 349 349
+DEAL::FE_Q<3>(2) 5559 5559
+DEAL::FE_Q<1>(3) 31 31
+DEAL::FE_Q<2>(3) 753 753
+DEAL::FE_Q<3>(3) 17587 17587
+DEAL::FE_DGQ<1>(0) 10 10
+DEAL::FE_DGQ<2>(0) 76 76
+DEAL::FE_DGQ<3>(0) 568 568
+DEAL::FE_DGQ<1>(1) 20 20
+DEAL::FE_DGQ<2>(1) 304 304
+DEAL::FE_DGQ<3>(1) 4544 4544
+DEAL::FE_DGQ<1>(3) 40 40
+DEAL::FE_DGQ<2>(3) 1216 1216
+DEAL::FE_DGQ<3>(3) 36352 36352
+DEAL::FE_DGP<1>(0) 10 10
+DEAL::FE_DGP<2>(0) 76 76
+DEAL::FE_DGP<3>(0) 568 568
+DEAL::FE_DGP<1>(1) 20 20
+DEAL::FE_DGP<2>(1) 228 228
+DEAL::FE_DGP<3>(1) 2272 2272
+DEAL::FE_DGP<1>(3) 40 40
+DEAL::FE_DGP<2>(3) 760 760
+DEAL::FE_DGP<3>(3) 11360 11360
+DEAL::FE_Nedelec<2>(1) 176 176
+DEAL::FE_Nedelec<3>(1) 2220 2220
+DEAL::FE_RaviartThomas<2>(0) 176 176
+DEAL::FE_RaviartThomas<2>(1) 656 656
+DEAL::FE_RaviartThomas<2>(2) 1440 1440
+DEAL::FE_RaviartThomasNodal<2>(0) 176 176
+DEAL::FE_RaviartThomasNodal<2>(1) 656 656
+DEAL::FE_RaviartThomasNodal<2>(2) 1440 1440
+DEAL::FE_RaviartThomasNodal<3>(0) 1944 1944
+DEAL::FE_RaviartThomasNodal<3>(1) 14592 14592
+DEAL::FE_RaviartThomasNodal<3>(2) 48168 48168
+DEAL::FESystem<1>[FE_Q<1>(1)^3] 33 33
+DEAL::FESystem<1>[FE_DGQ<1>(2)^2] 60 60
+DEAL::FESystem<1>[FE_DGP<1>(3)] 40 40
+DEAL::FESystem<2>[FE_Q<2>(1)^3] 291 291
+DEAL::FESystem<2>[FE_DGQ<2>(2)^2] 1368 1368
+DEAL::FESystem<2>[FE_DGP<2>(3)] 760 760
+DEAL::FESystem<3>[FE_Q<3>(1)^3] 2481 2481
+DEAL::FESystem<3>[FE_DGQ<3>(2)^2] 30672 30672
+DEAL::FESystem<3>[FE_DGP<3>(3)] 11360 11360
+DEAL::FESystem<1>[FE_Q<1>(1)^3-FE_DGQ<1>(2)^2] 93 93
+DEAL::FESystem<1>[FE_DGQ<1>(2)^2-FE_DGP<1>(3)] 100 100
+DEAL::FESystem<1>[FE_DGP<1>(3)-FE_DGQ<1>(2)^2] 100 100
+DEAL::FESystem<2>[FE_Q<2>(1)^3-FE_DGQ<2>(2)^2] 1659 1659
+DEAL::FESystem<2>[FE_DGQ<2>(2)^2-FE_DGP<2>(3)] 2128 2128
+DEAL::FESystem<2>[FE_DGP<2>(3)-FE_DGQ<2>(2)^2] 2128 2128
+DEAL::FESystem<1>[FE_Q<1>(1)^3-FE_DGP<1>(3)-FE_Q<1>(1)^3] 106 106
+DEAL::FESystem<1>[FE_DGQ<1>(2)^2-FE_DGQ<1>(2)^2-FE_Q<1>(3)^3] 213 213
+DEAL::FESystem<1>[FE_DGP<1>(3)-FE_DGP<1>(3)-FE_Q<1>(2)^3] 143 143
+DEAL::FESystem<2>[FE_Q<2>(1)^3-FE_DGP<2>(3)-FE_Q<2>(1)^3] 1342 1342
+DEAL::FESystem<2>[FE_DGQ<2>(2)^2-FE_DGQ<2>(2)^2-FE_Q<2>(3)^3] 4995 4995
+DEAL::FESystem<2>[FE_DGP<2>(3)-FE_DGP<2>(3)-FE_Q<2>(2)^3] 2567 2567
+DEAL::FESystem<3>[FE_DGQ<3>(1)^3-FE_DGP<3>(3)-FE_Q<3>(1)^3] 27473 27473
+DEAL::FESystem<2>[FESystem<2>[FE_Q<2>(1)^3]^3-FE_DGQ<2>(0)-FE_Q<2>(1)^3] 1240 1240
+DEAL::FESystem<2>[FE_DGQ<2>(3)-FESystem<2>[FE_DGQ<2>(0)^3]-FESystem<2>[FE_Q<2>(2)-FE_DGQ<2>(0)]^2] 2294 2294
+DEAL::FESystem<2>[FE_DGQ<2>(3)-FE_Nedelec<2>(1)^2] 1568 1568
+DEAL::FESystem<2>[FE_Nedelec<2>(1)-FESystem<2>[FE_DGQ<2>(1)^2]-FESystem<2>[FE_Q<2>(2)-FE_Nedelec<2>(1)^2]^2] 2186 2186
+DEAL::OK

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.