![]() |
Classes | |
class | FETools |
Modules | |
Base classes | |
Finite element access/FEValues classes | |
Finite element space descriptions | |
Mappings between reference and real cell | |
Handling vector valued problems | |
Functions | |
virtual FiniteElement < FE::dimension, FE::dimension > * | FETools::FEFactory::get (const unsigned int degree) const |
The classes and functions of this module fall into several sub-groups that are discussed in their respective sub-modules listed above. In addition, the FETools class provides functions that provide information on finite elements, transformations between elements, etc.
FiniteElement< FE::dimension, FE::dimension > * FETools::FEFactory< FE >::get | ( | const unsigned int | degree | ) | const [inline, virtual, inherited] |
Create a FiniteElement and return a pointer to it.
Implements FETools::FEFactoryBase< FE::dimension, FE::dimension >.