From: Timo Heister Date: Wed, 6 Aug 2014 03:54:03 +0000 (-0400) Subject: Merge pull request #53 from bangerth/fix-nedelec-interpolation-matrix X-Git-Tag: v8.2.0-rc1~230 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6848f9376df249711ec316a6c9450df46a25cc5;p=dealii.git Merge pull request #53 from bangerth/fix-nedelec-interpolation-matrix Patch by Alexander Grayver: Fix face interpolation between FE_Nedelec elements. This patch fixes a bug in the FE_Nedelec::get_face_interpolation_matrix related to the wrong indexing of the DoFs located on element faces. This patch ensures that the code produces an interpolation matrix with full column rank meaning that all DoFs of the FE with lower order are constrained. --- b6848f9376df249711ec316a6c9450df46a25cc5