From: Wolfgang Bangerth Date: Sun, 24 Jan 2016 00:37:12 +0000 (-0600) Subject: Remove a comment that's no longer correct. X-Git-Tag: v8.4.0-rc2~59^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d6134660c63d662391631e888a34b24b25128a7;p=dealii.git Remove a comment that's no longer correct. In fact, remove the entire section since there is a link to an extensive documentation module just a couple of lines further down. --- diff --git a/include/deal.II/fe/fe_values.h b/include/deal.II/fe/fe_values.h index 495822167b..cac013f202 100644 --- a/include/deal.II/fe/fe_values.h +++ b/include/deal.II/fe/fe_values.h @@ -1421,19 +1421,6 @@ namespace internal * * * - *

UpdateFlags

- * - * The UpdateFlags object handed to the constructor is used to determine which - * of the data fields to compute. This way, it is possible to avoid expensive - * computations of useless derivatives. In the beginning, these flags are - * processed through the functions Mapping::update_once(), - * Mapping::update_each(), FiniteElement::update_once() - * FiniteElement::update_each(). All the results are bit-wise or'd and - * determine the fields actually computed. This enables Mapping and - * FiniteElement to schedule auxiliary data fields for updating. Still, it is - * recommended to give all needed update flags to FEValues. - * - * *

Internals about the implementation

* * The mechanisms by which this class work are discussed on the page on