]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix of obvious bugs.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 1 Jul 1998 10:52:30 +0000 (10:52 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 1 Jul 1998 10:52:30 +0000 (10:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@423 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_lib.cubic.cc
deal.II/deal.II/source/fe/fe_lib.quartic.cc

index 3a4ac9e35bc983c00ed6c7e445728cade71c6b56..82730253c3f3efa3b00efc634abf19fce93a9897 100644 (file)
@@ -537,7 +537,7 @@ void FECubicSub<1>::get_local_mass_matrix (const DoFHandler<1>::cell_iterator &c
 
 template <>
 FECubicSub<2>::FECubicSub () :
-               FiniteElement<2> (1, 1, 1)
+               FiniteElement<2> (1, 2, 4)
 {
   interface_constraints(0,0) = -1.0/16.0;
   interface_constraints(0,1) = -1.0/16.0;
index d6c8d3975fd8460c07a99135788c1deecee121c1..c19ac67de86920ac55e4e0934bf90dce2d71b9e0 100644 (file)
 
 template <>
 FEQuarticSub<1>::FEQuarticSub () :
-               FiniteElement<1> (1, 2) {
+               FiniteElement<1> (1, 3) {
   prolongation[0](0,0) = 1.0;
   prolongation[0](0,1) = 0.0;
   prolongation[0](0,2) = 0.0;
@@ -550,7 +550,7 @@ void FEQuarticSub<1>::get_local_mass_matrix (const DoFHandler<1>::cell_iterator
 
 template <>
 FEQuarticSub<2>::FEQuarticSub () :
-               FiniteElement<2> (1, 1, 1)
+               FiniteElement<2> (1, 3, 9)
 {
   interface_constraints(0,3) = 1.0;
   interface_constraints(1,0) = 35.0/128.0;

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.