]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add some more doc
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Oct 2006 02:29:11 +0000 (02:29 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Oct 2006 02:29:11 +0000 (02:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@14084 0785d39b-7218-0410-832d-ea1e28bc413d

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

index e2b12f91652eaf81cef4267710ae6ec83be49376..e44f0c8e06be40189eb34ba16adea0cb2b95cdcf 100644 (file)
@@ -20,8 +20,6 @@
 #include <base/geometry_info.h>
 
 #include <vector>
-#include <boost/shared_ptr.hpp>
-
 
 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
+                                     * <tt>new</tt>. 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
                                      * <code>MyFE<code> be created
@@ -1103,8 +1108,8 @@ class FETools
                                      * new element.
                                      */
     template <int dim>
-    static void add_fe_name (const std::string        &name,
-                             const FEFactoryBase<dim> *factory);
+    static void add_fe_name(const std::string& name,
+                           const FEFactoryBase<dim>* 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
                                      */

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.