version 0.4.1
python/dirichletvalues/dirichletvalues.hh File Reference

Python bindings for DirichletValues. More...

#include <cstdlib>
#include <string>
#include "dune/common/classname.hh"
#include <dune/functions/functionspacebases/lagrangebasis.hh>
#include <dune/functions/functionspacebases/powerbasis.hh>
#include <dune/grid/yaspgrid.hh>
#include <dune/python/common/typeregistry.hh>
#include <dune/python/functions/globalbasis.hh>
#include <dune/python/functions/subspacebasis.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 <dune/python/pybind11/stl_bind.h>
#include <ikarus/finiteelements/ferequirements.hh>

Go to the source code of this file.

Namespaces

namespace  Ikarus
 
namespace  Ikarus::Python
 

Functions

template<class DirichletValues >
void Ikarus::Python::forwardCorrectFunction (DirichletValues &dirichletValues, const pybind11::function &functor, auto &&cppFunction)
 
template<class DirichletValues , class... options>
void Ikarus::Python::registerDirichletValues (pybind11::handle scope, pybind11::class_< DirichletValues, options... > cls)
 Register Python bindings for a DirichletValues class. More...