]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
write the format of FESystem into get_fe_by_name
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 1 Jun 2014 15:39:15 +0000 (15:39 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 1 Jun 2014 15:39:15 +0000 (15:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@32992 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/fe/fe_tools.h

index 5b9e220f743149d92486748c3f5e9c1b2e9ef798..6df036d5e348c9228783fbdfb76bd3e4dee9f926 100644 (file)
@@ -803,17 +803,15 @@ namespace FETools
    * accordingly.
    *
    * The name must be in the form which is returned by the
-   * FiniteElement::get_name function, where a few modifications are allowed:
-   *
-   * <ul>
-   * <li> Dimension template parameters &lt;2&gt; etc. can be
+   * FiniteElement::get_name function, where dimension template parameters &lt;2&gt; etc. can be
    * omitted. Alternatively, the explicit number can be replaced by
    * <tt>dim</tt> or <tt>d</tt>. If a number is given, it <b>must</b> match
    * the template parameter of this function.
    *
-   * <li> The powers used for FESystem may either be numbers or can be
+   * The names of FESystem elements follow the pattern <code>FESystem[FE_Base1^p1-FE_Base2^p2]</code>
+   * The powers <code>p1</code> etc. may either be numbers or can be
    * replaced by <tt>dim</tt> or <tt>d</tt>.
-   * </ul>
+   *
    *
    * If no finite element can be reconstructed from this string, an exception
    * of type @p FETools::ExcInvalidFEName is thrown.

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.