FEFactory is a convenient wrapper to forward arguments to PreFE and create and construct a factory of finite elements. More...
#include <ikarus/finiteelements/fefactory.hh>
Public Types | |
| using | Skills = SK |
Public Member Functions | |
| template<typename SK2 = SK> | |
| FEFactory (const BH &basisHandler, const SK2 &sk) | |
| constructor for FEFactory More... | |
| auto | operator() () |
| BH | The type of the basis handler. |
| SK | Type of the skills. |
| useFlat | A boolean indicating if the type of the underlying basis is of the flat or the untouched version. |
| useEigenRef | A boolean flag indicating whether to use Eigen references. |
| using Ikarus::FEFactory< BH, SK, useFlat, useEigenRef >::Skills = SK |
|
inline |
| basisHandler | The basis handler. |
| sk | Skill arguments. |
|
inline |