From: kanschat Date: Wed, 25 Oct 2006 02:29:11 +0000 (+0000) Subject: add some more doc X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f54593dd456632f2b3602dca566de451022d98b;p=dealii-svn.git add some more doc git-svn-id: https://svn.dealii.org/trunk@14084 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_tools.h b/deal.II/deal.II/include/fe/fe_tools.h index e2b12f9165..e44f0c8e06 100644 --- a/deal.II/deal.II/include/fe/fe_tools.h +++ b/deal.II/deal.II/include/fe/fe_tools.h @@ -20,8 +20,6 @@ #include #include -#include - DEAL_II_NAMESPACE_OPEN @@ -1064,6 +1062,13 @@ class FETools * after the first non-name * character will be ignored. * + * The FEFactory object should be + * an object newly created with + * new. FETools will + * take ownership of this object + * and delete it once it is not + * used anymore. + * * In most cases, if you want * objects of type * MyFE be created @@ -1103,8 +1108,8 @@ class FETools * new element. */ template - static void add_fe_name (const std::string &name, - const FEFactoryBase *factory); + static void add_fe_name(const std::string& name, + const FEFactoryBase* factory); /** * The string used for @@ -1123,14 +1128,6 @@ class FETools << "Can't re-generate a finite element from the string '" << arg1 << "'."); - /** - * Parsing a finite element name, - * an unexpected character showed up. - */ - DeclException1 (ExcInvalidFECharacter, - std::string, - << "Unexpected character at beginning of '"<< arg1 << "'"); - /** * Exception */