]> https://gitweb.dealii.org/ - dealii.git/commitdiff
minor fix 6277/head
authornivesh <nidhinivesh.d@gmail.com>
Tue, 26 Jun 2018 13:01:48 +0000 (15:01 +0200)
committernivesh <nidhinivesh.d@gmail.com>
Tue, 26 Jun 2018 13:01:48 +0000 (15:01 +0200)
include/deal.II/fe/fe_enriched.h

index 8a92942f825d1794d13eebfffd2983518d5c11ba..bcb1aa369fd0aacd97e1e61eb5f7da704508d8ec 100644 (file)
@@ -854,8 +854,12 @@ namespace ColorEnriched
      * 5 (color = 2). cellwise_color_predicate_map has this information
      * provided we know the material id.
      *
-     * Now a call to color_enrichment[1](cell) should in turn call
-     * enrichments[4](cell).
+     * The constructed color_enrichments is such that
+     * color_enrichments[color=1](cell) will return a pointer to
+     * the enrichment function with id=4, i.e. enrichments[4].
+     * In other words, using the previously collected information in
+     * this function we translate a vector of user provided enrichment
+     * functions into a vector of functions suitable for FE_Enriched class.
      *
      * @param[in] num_colors number of colors for predicates
      * @param[in] enrichments vector of enrichment functions

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.