]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix FE_Nedelec::convert_generalized_..._to_dof_values
authorMatthias Maier <tamiko@43-1.org>
Fri, 1 Sep 2017 21:43:15 +0000 (16:43 -0500)
committerMatthias Maier <tamiko@43-1.org>
Fri, 8 Sep 2017 02:57:09 +0000 (21:57 -0500)
source/fe/fe_nedelec.cc

index a13c5189bc7df89be014ce5d73133ab9f55975b9..55f14c2daad039c4db5fa120c4e3e63565aed66e 100644 (file)
@@ -3177,7 +3177,7 @@ convert_generalized_support_point_values_to_dof_values (const std::vector<Vector
                 += boundary_weights (q_point, j)
                    * lobatto_polynomials_grad[i + 1].value
                    (this->generalized_face_support_points[q_point]
-                    (1));
+                    (0));
 
           FullMatrix<double> system_matrix_inv (this->degree-1, this->degree-1);
 

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.