]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Undo previous accidental change
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 2 Sep 2006 23:29:41 +0000 (23:29 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 2 Sep 2006 23:29:41 +0000 (23:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@13803 0785d39b-7218-0410-832d-ea1e28bc413d

tests/hp/hp_line_dof_identities_q.cc
tests/hp/hp_quad_dof_identities_q.cc
tests/hp/hp_vertex_dof_identities_q.cc

index 2c8710095aa39d7e639ea949910255e6c4f5866f..db9c883ddf94c2eb76b6905d3ec5e4b225087f0b 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  hp_line_dof_identities_q.cc  ---------------------------
 
 
-// check FE_DGQ::hp_line_dof_identities
+// check FE_Q::hp_line_dof_identities
 
 
 #include <base/logstream.h>
@@ -27,7 +27,7 @@ void test ()
 {
   hp::FECollection<dim> fe_collection;
   for (unsigned int i=1; i<8-dim; ++i)
-    fe_collection.push_back (FE_DGQ<dim>(i));
+    fe_collection.push_back (FE_Q<dim>(i));
 
   for (unsigned int i=0; i<fe_collection.size(); ++i)
     for (unsigned int j=0; j<fe_collection.size(); ++j)
index dec6fd2a41ff187e98380c95ae68693687d939c0..19f3dfdb737b0821e216a76e8d728ba16e9e5270 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  hp_quad_dof_identities_q.cc  ---------------------------
 
 
-// check FE_DGQ::hp_quad_dof_identities
+// check FE_Q::hp_quad_dof_identities
 
 
 #include <base/logstream.h>
@@ -27,7 +27,7 @@ void test ()
 {
   hp::FECollection<dim> fe_collection;
   for (unsigned int i=1; i<8-dim; ++i)
-    fe_collection.push_back (FE_DGQ<dim>(i));
+    fe_collection.push_back (FE_Q<dim>(i));
 
   for (unsigned int i=0; i<fe_collection.size(); ++i)
     for (unsigned int j=0; j<fe_collection.size(); ++j)
index 1548d877a6c8f085518ed146911aadc8ea7c241a..eb33c2856b5353676209998770ff22c0ad65a67f 100644 (file)
@@ -12,7 +12,7 @@
 //----------------------------  hp_vertex_dof_identities_q.cc  ---------------------------
 
 
-// check FE_DGQ::hp_vertex_dof_identities
+// check FE_Q::hp_vertex_dof_identities
 
 
 #include <base/logstream.h>
@@ -27,7 +27,7 @@ void test ()
 {
   hp::FECollection<dim> fe_collection;
   for (unsigned int i=1; i<8-dim; ++i)
-    fe_collection.push_back (FE_DGQ<dim>(i));
+    fe_collection.push_back (FE_Q<dim>(i));
 
   for (unsigned int i=0; i<fe_collection.size(); ++i)
     for (unsigned int j=0; j<fe_collection.size(); ++j)

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.