Public Member Functions | |
virtual FiniteElement< dim, spacedim > * | get (const unsigned int degree) const =0 |
virtual | ~FEFactoryBase () |
This class is used in the FETools::get_fe_from_name() and FETools::add_fe_name() functions.
virtual FETools::FEFactoryBase< dim, spacedim >::~FEFactoryBase | ( | ) | [virtual] |
Virtual destructor doing nothing but making the compiler happy.
virtual FiniteElement<dim,spacedim>* FETools::FEFactoryBase< dim, spacedim >::get | ( | const unsigned int | degree | ) | const [pure virtual] |
Create a FiniteElement and return a pointer to it.
Implemented in FETools::FEFactory< FE >.