Reference documentation for deal.II version 8.5.1
|
#include <deal.II/fe/fe_tools.h>
Public Member Functions | |
virtual FiniteElement< dim, spacedim > * | get (const unsigned int degree) const =0 |
virtual FiniteElement< dim, spacedim > * | get (const Quadrature< 1 > &quad) const =0 |
virtual | ~FEFactoryBase () |
Public Member Functions inherited from Subscriptor | |
Subscriptor () | |
Subscriptor (const Subscriptor &) | |
Subscriptor (Subscriptor &&) | |
virtual | ~Subscriptor () |
Subscriptor & | operator= (const Subscriptor &) |
Subscriptor & | operator= (Subscriptor &&) |
void | subscribe (const char *identifier=0) const |
void | unsubscribe (const char *identifier=0) const |
unsigned int | n_subscriptions () const |
void | list_subscribers () const |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Additional Inherited Members | |
Static Public Member Functions inherited from Subscriptor | |
static ::ExceptionBase & | ExcInUse (int arg1, char *arg2, std::string &arg3) |
static ::ExceptionBase & | ExcNoSubscriber (char *arg1, char *arg2) |
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_by_name() and FETools::add_fe_name() functions.
Definition at line 80 of file fe_tools.h.
|
virtual |
Virtual destructor doing nothing but making the compiler happy.
Definition at line 1319 of file fe_tools.cc.
|
pure virtual |
Create a FiniteElement and return a pointer to it.
Implemented in FETools::FEFactory< FE >.
|
pure virtual |
Create a FiniteElement from a quadrature formula (currently only implemented for FE_Q) and return a pointer to it.
Implemented in FETools::FEFactory< FE >, FETools::FEFactory< FE >, FETools::FEFactory< FE >, FETools::FEFactory< FE >, FETools::FEFactory< FE >, FETools::FEFactory< FE >, FETools::FEFactory< FE >, FETools::FEFactory< FE >, FETools::FEFactory< FE >, FETools::FEFactory< FE >, FETools::FEFactory< FE >, FETools::FEFactory< FE >, FETools::FEFactory< FE >, FETools::FEFactory< FE >, FETools::FEFactory< FE >, and FETools::FEFactory< FE >.