From: Denis Davydov Date: Thu, 19 May 2016 12:38:27 +0000 (+0200) Subject: fix component_to_base_table for non-tensor product case X-Git-Tag: v8.5.0-rc1~1025^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=344044cf2bf2f9efac78a912f4083f0772f12419;p=dealii.git fix component_to_base_table for non-tensor product case --- diff --git a/source/fe/fe_tools.cc b/source/fe/fe_tools.cc index b0a6e7e2a6..7f87499c2b 100644 --- a/source/fe/fe_tools.cc +++ b/source/fe/fe_tools.cc @@ -568,15 +568,26 @@ namespace FETools { unsigned int total_index = 0; - for (unsigned int base=0; base < fe.n_base_elements(); ++base) - for (unsigned int m = 0; m < fe.element_multiplicity(base); ++m) - { - for (unsigned int k=0; k