From: bangerth Date: Sun, 14 Dec 2008 00:32:48 +0000 (+0000) Subject: Also optimize get_function_gradients/hessians. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=981d3b0db3b764d5bad18a859deb4ad2905fc868;p=dealii-svn.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