From d813dc02a38396e3f670d525cc441c4ce3f0cbd6 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Mon, 2 Mar 2015 19:08:10 +0100 Subject: [PATCH] fixed lines in fe_values.cc with += operator --- source/fe/fe_values.cc | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/source/fe/fe_values.cc b/source/fe/fe_values.cc index 152001199b..94025418a0 100644 --- a/source/fe/fe_values.cc +++ b/source/fe/fe_values.cc @@ -631,7 +631,8 @@ namespace FEValuesViews const dealii::Tensor *shape_derivative_ptr = &shape_derivatives[snc][0]; for (unsigned int q_point=0; q_point >::type(*shape_derivative_ptr++); } else for (unsigned int d=0; d >::type(*shape_derivative_ptr++); } } } @@ -684,7 +686,7 @@ namespace FEValuesViews &shape_gradients[snc][0]; for (unsigned int q_point=0; q_point >::type (symmetrize_single_row(comp, *shape_gradient_ptr++)); } else for (unsigned int q_point=0; q_point *shape_derivative_ptr = &shape_derivatives[shape_func][0]; for (unsigned int point=0; point(*shape_derivative_ptr++); } } @@ -2428,10 +2431,12 @@ namespace internal if (quadrature_points_fastest) for (unsigned int point=0; point(*shape_derivative_ptr++); else for (unsigned int point=0; point(*shape_derivative_ptr++); } else for (unsigned int c=0; c(*shape_derivative_ptr++); else for (unsigned int point=0; point(*shape_derivative_ptr++); } } } -- 2.39.5