Since it's a regular @group now, remove the 'Essay' part of the name.
*
* The actual workings of the FEValues class and friends is
* complicated because it has to be general yet efficient. The page on
- * @ref UpdateFlagsEssay attempts to give an overview of how this
+ * @ref UpdateFlags attempts to give an overview of how this
* works.
*
* @ingroup feall
/**
- * @defgroup UpdateFlagsEssay The interplay of UpdateFlags, Mapping, and FiniteElement in FEValues
+ * @defgroup UpdateFlags The interplay of UpdateFlags, Mapping, and FiniteElement in FEValues
*
* <h2>Introduction</h2>
*
# and that expands to specific text. For some more transformations, see
# the scripts/filter perl script that is run over the header files before
# doxygen sees it and that can expand more complex expressions.
-ALIASES += dealiiRequiresUpdateFlags{1}="@note For this function to work properly, the underlying FEValues, FEFaceValues, or FESubfaceValues object on which you call it must have computed the information you are requesting. To do so, the <code>\1</code> flag must be an element of the list of UpdateFlags that you passed to the constructor of this object. See @ref UpdateFlagsEssay for more information."
+ALIASES += dealiiRequiresUpdateFlags{1}="@note For this function to work properly, the underlying FEValues, FEFaceValues, or FESubfaceValues object on which you call it must have computed the information you are requesting. To do so, the <code>\1</code> flag must be an element of the list of UpdateFlags that you passed to the constructor of this object. See @ref UpdateFlags for more information."
ALIASES += dealiiOperationIsMultithreaded="@note If deal.II is configured with threads, this operation will run multi-threaded by splitting the work into smaller chunks (assuming there is enough work to make this worthwhile)."
*
* The mechanism by which all this is accomplished is also discussed on the
* page on
- * @ref UpdateFlagsEssay.
+ * @ref UpdateFlags.
*/
enum UpdateFlags
{
* recommended to give <b>all</b> needed update flags to FEValues.
*
* The mechanisms by which this class works is also discussed on the page on
- * @ref UpdateFlagsEssay.
+ * @ref UpdateFlags.
*
* @ingroup feaccess
* @author Wolfgang Bangerth, 1998, 2003, Guido Kanschat, 2001
* instead, from which the determinant can also be computed -- but
* this does not take away from the instructiveness of the example.)
*
- * @see UpdateFlagsEssay
+ * @see UpdateFlags
*/
virtual
UpdateFlags