TODO: docme! More...
#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/discretization/method.hh>
#include <dumux/python/common/boundarytypes.hh>
#include <dumux/python/common/fvspatialparams.hh>
Go to the source code of this file.
TODO: docme!
Classes | |
class | Dumux::Python::FVProblem< GridGeometry_, SpatialParams_, PrimaryVariables, enableInternalDirichletConstraints_ > |
A C++ wrapper for a Python problem. More... | |
Namespaces | |
namespace | Dumux |
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
namespace | Dumux::Python |
Functions | |
template<class Problem , class... options> | |
void | Dumux::Python::registerFVProblem (pybind11::handle scope, pybind11::class_< Problem, options... > cls) |