]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update a comment on using FESystem with MatrixFree. 7138/head
authorDavid Wells <drwells@email.unc.edu>
Sat, 1 Sep 2018 17:47:31 +0000 (13:47 -0400)
committerDavid Wells <drwells@email.unc.edu>
Sat, 1 Sep 2018 17:48:54 +0000 (13:48 -0400)
include/deal.II/matrix_free/matrix_free.h

index a7cecd085ab8d6fe26959f439e51206918b318da..0821cb4d22c3044563eeb05fd9cec983f526ad3d 100644 (file)
@@ -531,10 +531,11 @@ public:
    * opposed to the scalar case treated with the other initialization
    * functions, this function allows for problems with two or more different
    * finite elements. The DoFHandlers to each element must be passed as
-   * pointers to the initialization function. Note that the finite element
-   * underlying an DoFHandler must either be scalar or contain several copies
-   * of the same element. Mixing several different elements into one
-   * FESystem is not allowed.
+   * pointers to the initialization function. Alternatively, a system of
+   * several components may also be represented by a single DoFHandler with an
+   * FESystem element. The prerequisite for this case is that each base
+   * element of the FESystem must be compatible with the present class, such
+   * as the FE_Q or FE_DGQ classes.
    *
    * This function also allows for using several quadrature formulas, e.g.
    * when the description contains independent integrations of elements of

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.