Python bindings for assemblers.
More...
#include <dune/python/common/typeregistry.hh>
#include <dune/python/pybind11/eigen.h>
#include <dune/python/pybind11/pybind11.h>
#include <dune/python/pybind11/stl.h>
#include <dune/python/pybind11/stl_bind.h>
#include <ikarus/assembler/dirichletbcenforcement.hh>
#include <ikarus/finiteelements/ferequirements.hh>
#include <ikarus/utils/basis.hh>
Go to the source code of this file.
◆ MAKE_ASSEMBLER_REGISTERY_FUNCTION
#define MAKE_ASSEMBLER_REGISTERY_FUNCTION |
( |
|
name | ) |
|
Value: template <class Assembler, class... options> \
void register##name(pybind11::handle scope, pybind11::class_<Assembler, options...> cls) { \
registerFlatAssembler(scope, cls); \
}