version 0.4.1
fe.hh File Reference
#include <dune/python/common/typeregistry.hh>
#include <dune/python/functions/globalbasis.hh>
#include <dune/python/pybind11/eigen.h>
#include <dune/python/pybind11/functional.h>
#include <dune/python/pybind11/pybind11.h>
#include <dune/python/pybind11/stl.h>
#include <ikarus/finiteelements/fefactory.hh>

Go to the source code of this file.

Namespaces

namespace  Ikarus
 
namespace  Ikarus::Python
 

Functions

template<class FE , class... options>
void Ikarus::Python::registerCalculateAt (pybind11::handle scope, pybind11::class_< FE, options... > cls, auto restultTypesTuple)
 Registers the calculateAt method for a finite element class in Python. More...
 
template<class FE , class... options>
void Ikarus::Python::registerFE (pybind11::handle scope, pybind11::class_< FE, options... > cls)
 Register Python bindings for the FE class. More...