Contains the definition of the FEFactory class.
More...
Go to the source code of this file.
|
template<bool useFlat = true, bool useEigenRef = false, typename BH , typename SK > |
auto | Ikarus::makeFE (const BH &basisHandler, const SK &sk) |
| A function to create a finite element using the flat version of the basis. More...
|
|
template<bool useEigenRef = false, typename BH , typename SK > |
auto | Ikarus::makeFEWithUnTouchedBasis (const BH &basisHandler, SK &&sk) |
| A function to create a finite element using the untouched version of the basis. More...
|
|