
Public Member Functions | |
| virtual FiniteElement< dim, spacedim > * | get (const unsigned int degree) const =0 |
| virtual | ~FEFactoryBase () |
A base class for factory objects creating finite elements of a given degree. Derived classes are called whenever one wants to have a transparent way to create a finite element object.
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 >.
documentation generated on Mon Nov 23 22:57:43 2009 by
doxygen
1.6.1