]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
One more note
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Oct 2006 14:30:33 +0000 (14:30 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Oct 2006 14:30:33 +0000 (14:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@14087 0785d39b-7218-0410-832d-ea1e28bc413d

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

index e44f0c8e06be40189eb34ba16adea0cb2b95cdcf..0b9b7286082a5b1cf445b88a34ed5f1f09eb2462 100644 (file)
@@ -1106,10 +1106,23 @@ class FETools
                                      * user code has to make sure
                                      * that only one thread adds a
                                      * new element.
+                                     *
+                                     * Note also that this table
+                                     * exists once for each space
+                                     * dimension. If you have a
+                                     * program that works with finite
+                                     * elements in different space
+                                     * dimensions (for example, @ref
+                                     * step_4 "step-4" does something
+                                     * like this), then you should
+                                     * call this function for each
+                                     * space dimension for which you
+                                     * want your finite element added
+                                     * to the map.
                                      */
     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

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.