]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix very nasty bug for which I have now been looking for several hours already...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Jun 2003 20:35:18 +0000 (20:35 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Jun 2003 20:35:18 +0000 (20:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@7816 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_raviart_thomas.cc

index d14c6fba94dbd0397badb495d5f9dae478814a08..ccaafa22d3b41248775c8106ffb4eb4e318395b3 100644 (file)
@@ -889,10 +889,10 @@ FE_RaviartThomas<2>::initialize_restriction ()
        this->restriction[1](8,6) = -1.;
        this->restriction[1](8,2) = 1.;
        
-       this->restriction[3](8,7) = 1.;
-       this->restriction[3](8,3) = -1.;
-       this->restriction[2](8,7) = -1.;
-       this->restriction[2](8,3) = 1.;
+       this->restriction[3](9,7) = 1.;
+       this->restriction[3](9,3) = -1.;
+       this->restriction[2](9,7) = -1.;
+       this->restriction[2](9,3) = 1.;
        
        break;
       };

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.