Classes | |
class | FVProblem |
A C++ wrapper for a Python problem. More... | |
Functions | |
template<class BoundaryTypes , class... Options> | |
void | registerBoundaryTypes (pybind11::handle scope, pybind11::class_< BoundaryTypes, Options... > cls) |
template<class BoundaryTypes > | |
void | registerBoundaryTypes (pybind11::handle scope) |
template<class Problem , class... options> | |
void | registerFVProblem (pybind11::handle scope, pybind11::class_< Problem, options... > cls) |
template<class Scalar , class... options> | |
void | registerTimeLoop (pybind11::handle scope, pybind11::class_< CheckPointTimeLoop< Scalar >, options... > cls) |
template<class Scalar > | |
void | registerTimeLoop (pybind11::handle scope, const char *clsName="TimeLoop") |
template<class GG , class... Options> | |
void | registerGridGeometry (pybind11::handle scope, pybind11::class_< GG, Options... > cls) |
void Dumux::Python::registerBoundaryTypes | ( | pybind11::handle | scope | ) |
void Dumux::Python::registerBoundaryTypes | ( | pybind11::handle | scope, |
pybind11::class_< BoundaryTypes, Options... > | cls | ||
) |
void Dumux::Python::registerFVProblem | ( | pybind11::handle | scope, |
pybind11::class_< Problem, options... > | cls | ||
) |
void Dumux::Python::registerGridGeometry | ( | pybind11::handle | scope, |
pybind11::class_< GG, Options... > | cls | ||
) |
void Dumux::Python::registerTimeLoop | ( | pybind11::handle | scope, |
const char * | clsName = "TimeLoop" |
||
) |
void Dumux::Python::registerTimeLoop | ( | pybind11::handle | scope, |
pybind11::class_< CheckPointTimeLoop< Scalar >, options... > | cls | ||
) |