From: Wolfgang Bangerth Date: Sun, 14 Dec 2008 00:32:48 +0000 (+0000) Subject: Also optimize get_function_gradients/hessians. X-Git-Tag: v8.0.0~8265 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea5fa1174e1c805a7248783c3da7d5379c2d9179;p=dealii.git Also optimize get_function_gradients/hessians. git-svn-id: https://svn.dealii.org/trunk@17937 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_values.h b/deal.II/deal.II/include/fe/fe_values.h index be2516a19e..a2e9d94ed6 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -3681,10 +3681,25 @@ namespace FEValuesViews for (unsigned int shape_function=0; shape_functiondofs_per_cell; ++shape_function) - for (unsigned int q_point=0; q_pointdofs_per_cell; ++shape_function) - for (unsigned int q_point=0; q_point