From: kanschat Date: Sun, 1 Jun 2014 15:39:15 +0000 (+0000) Subject: write the format of FESystem into get_fe_by_name X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a3ae6e583e961339bd352349a87c4a225fe4572;p=dealii-svn.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.