From: Guido Kanschat Date: Sun, 1 Jun 2014 15:39:15 +0000 (+0000) Subject: write the format of FESystem into get_fe_by_name X-Git-Tag: v8.2.0-rc1~437 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6cded7a5c96d7f39e98adca9b201e7b1696a7b1;p=dealii.git write the format of FESystem into get_fe_by_name git-svn-id: https://svn.dealii.org/trunk@32992 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/fe/fe_tools.h b/deal.II/include/deal.II/fe/fe_tools.h index 5b9e220f74..6df036d5e3 100644 --- a/deal.II/include/deal.II/fe/fe_tools.h +++ b/deal.II/include/deal.II/fe/fe_tools.h @@ -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: - * - * + * * * If no finite element can be reconstructed from this string, an exception * of type @p FETools::ExcInvalidFEName is thrown.