TODO: docme!
#include <string>#include <memory>#include <tuple>#include <dune/common/fvector.hh>#include <dune/common/exceptions.hh>#include <dune/python/pybind11/pybind11.h>#include <dumux/common/boundarytypes.hh>#include <dumux/common/pointsource.hh>#include <dumux/discretization/method.hh>#include <dumux/python/common/boundarytypes.hh>#include <dumux/python/common/fvspatialparams.hh>Go to the source code of this file.
| Classes | |
| class | Dumux::Python::FVProblem< GridGeometry_, SpatialParams_, PrimaryVariables, enableInternalDirichletConstraints_ > | 
| A C++ wrapper for a Python problem.  More... | |
| Namespaces | |
| namespace | Dumux | 
| namespace | Dumux::Python | 
| Functions | |
| template<class Problem, class... options> | |
| void | Dumux::Python::registerFVProblem (pybind11::handle scope, pybind11::class_< Problem, options... > cls) |