#include <base/geometry_info.h>
#include <vector>
-#include <boost/shared_ptr.hpp>
-
DEAL_II_NAMESPACE_OPEN
* 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
* 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
<< "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
*/