version 0.4.1
fefactory.hh File Reference

Contains the definition of the FEFactory class. More...

Go to the source code of this file.

Classes

struct  Ikarus::FEFactory< BH, SK, FER, useFlat, useEigenRef >
 FEFactory is a convenient wrapper to forward arguments to PreFE and create and construct a factory of finite elements. More...
 

Namespaces

namespace  Ikarus
 

Functions

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...