Contains the definition of the FEFactory class.  
More...
Go to the source code of this file.
 | 
| template<typename FER  = FERequirements<>, 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<typename FER  = FERequirements<>, 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...
  | 
|   |