From: Bruno Turcksin Date: Wed, 25 Apr 2018 21:08:41 +0000 (-0400) Subject: Merge pull request #6310 from kronbichler/matrix_free_module X-Git-Tag: v9.0.0-rc1~112 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e54e7df491903c7b282fb5915a6f8708bc2b9dd3;p=dealii.git Merge pull request #6310 from kronbichler/matrix_free_module Matrix free module --- e54e7df491903c7b282fb5915a6f8708bc2b9dd3 diff --cc include/deal.II/matrix_free/fe_evaluation.h index 8899b27f44,b1b37793b9..30c5304aee --- a/include/deal.II/matrix_free/fe_evaluation.h +++ b/include/deal.II/matrix_free/fe_evaluation.h @@@ -74,11 -74,13 +74,13 @@@ template +template class FEEvaluationBase { public: @@@ -1043,10 -946,12 +1045,12 @@@ private * Generic access is achieved through the base class, and specializations for * scalar and vector-valued elements are defined separately. * + * @ingroup matrixfree + * * @author Katharina Kormann and Martin Kronbichler, 2010, 2011 */ -template -class FEEvaluationAccess : public FEEvaluationBase +template +class FEEvaluationAccess : public FEEvaluationBase { public: typedef Number number_type; @@@ -1104,10 -1007,12 +1108,12 @@@ protected * data fields, i.e., scalars for the values and Tensor<1,dim> for the * gradients. * + * @ingroup matrixfree + * * @author Katharina Kormann and Martin Kronbichler, 2010, 2011 */ -template -class FEEvaluationAccess : public FEEvaluationBase +template +class FEEvaluationAccess : public FEEvaluationBase { public: typedef Number number_type; @@@ -1222,10 -1111,12 +1228,12 @@@ protected * type Tensor<2,dim>. Provides some additional functions for access, like the * symmetric gradient and divergence. * + * @ingroup matrixfree + * * @author Katharina Kormann and Martin Kronbichler, 2010, 2011 */ -template -class FEEvaluationAccess : public FEEvaluationBase +template +class FEEvaluationAccess : public FEEvaluationBase { public: typedef Number number_type;