]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix bug with base elements used multiply.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 19 Apr 1999 14:48:02 +0000 (14:48 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 19 Apr 1999 14:48:02 +0000 (14:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@1179 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_system.cc

index 04bf948dc25953834d586c9c0a072dbba7856bcb..2c1c63539557c28bbd437a2a5d777e2f0b04ec5e 100644 (file)
@@ -361,8 +361,9 @@ void FESystem<dim>::build_interface_constraints ()
                                         // no coupling
        if (n_index.first == m_index.first)
          interface_constraints(m,n)
-           = base_element(n_index.first).constraints()(m_index.second,
-                                                       n_index.second);
+           = (base_element(component_to_base_table[n_index.first])
+              .constraints()(m_index.second,
+                             n_index.second));
       };
 };
 

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.