]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a mostly trivial bug in the constraint matrices for 1d and degree=1.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 6 May 2003 19:18:55 +0000 (19:18 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 6 May 2003 19:18:55 +0000 (19:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@7590 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_q.cc

index b6c93f2ddf3db1a08275aa9f5277b9bb5f361b0a..84bbfaef08755b896bba745add6155ffac87ae74 100644 (file)
@@ -573,7 +573,7 @@ FE_Q<dim>::initialize_restriction ()
                   this->restriction[0](0,0) = 1;
                   this->restriction[0](2,1) = 1;
                   this->restriction[1](1,1) = 1;
-                  this->restriction[1](1,1) = 1;
+                  this->restriction[1](2,0) = 1;
                   break;
             case 3:
                   this->restriction[0](0,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.