From: bangerth Date: Wed, 25 Oct 2006 14:30:33 +0000 (+0000) Subject: One more note X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45079c39ee5ded956cec9f6e70cd5703cebfa47a;p=dealii-svn.git One more note git-svn-id: https://svn.dealii.org/trunk@14087 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 e44f0c8e06..0b9b728608 100644 --- a/deal.II/deal.II/include/fe/fe_tools.h +++ b/deal.II/deal.II/include/fe/fe_tools.h @@ -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 - 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