From: Wolfgang Bangerth Date: Sun, 14 Dec 2008 00:24:43 +0000 (+0000) Subject: Optimize the get_function_values function in Vector. X-Git-Tag: v8.0.0~8266 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06bc1ec1673428bfc4359cece6f2ed4577961746;p=dealii.git Optimize the get_function_values function in Vector. git-svn-id: https://svn.dealii.org/trunk@17936 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 df85b3bd3d..be2516a19e 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -3629,10 +3629,25 @@ namespace FEValuesViews for (unsigned int shape_function=0; shape_functiondofs_per_cell; ++shape_function) - for (unsigned int q_point=0; q_point