]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix for wrong index in face dof for FE_Nedelec
authorWinnifried Wollner <wollner@mathematik.tu-darmstadt.de>
Sat, 29 Feb 2020 07:42:32 +0000 (08:42 +0100)
committerWinnifried Wollner <wollner@mathematik.tu-darmstadt.de>
Sat, 29 Feb 2020 07:42:32 +0000 (08:42 +0100)
include/deal.II/numerics/vector_tools.templates.h

index 5e5ff781d36d684dd0c8eec5ed35e7ef648be70c..9075844e6afef781c43abaac30633cee498a560c 100644 (file)
@@ -5994,7 +5994,7 @@ namespace VectorTools
                       AssertIndexRange(associated_face_dof_index,
                                        associated_face_dof_to_face_dof.size());
                       associated_face_dof_to_face_dof
-                        [associated_face_dof_index] = quad_dof_idx;
+                        [associated_face_dof_index] = face_idx;
                       ++associated_face_dof_index;
                     }
                 }

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.