From: Wolfgang Bangerth Date: Wed, 22 Feb 2006 16:33:24 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~12223 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f81690cf7a0b26b41ec454ab9aca8e6778ec66b;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@12459 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/hp_fe_values.h b/deal.II/deal.II/include/fe/hp_fe_values.h index 19d86c94cf..5e67739f2a 100644 --- a/deal.II/deal.II/include/fe/hp_fe_values.h +++ b/deal.II/deal.II/include/fe/hp_fe_values.h @@ -33,7 +33,14 @@ namespace internal { /** * Base class for the hp::FE*Values classes, storing the data - * that is common to them. The first template parameter denotes the + * that is common to them. The main task of this class is to provide a + * table where for every combination of finite element, mapping, and + * quadrature object from their corresponding collection objects there + * is a matching ::FEValues, ::FEFaceValues, or ::FESubfaceValues + * object. To make things more efficient, however, these FE*Values + * objects are only created once requested (lazy allocation). + * + * The first template parameter denotes the * space dimension we are in, the second the dimensionality of the * object that we integrate on, i.e. for usual @p hp::FEValues it is * equal to the first one, while for face integration it is one