3.4
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
Dumux::Python Namespace Reference

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)

Function Documentation

◆ registerBoundaryTypes() [1/2]

template<class BoundaryTypes>
void Dumux::Python::registerBoundaryTypes ( pybind11::handle scope)

◆ registerBoundaryTypes() [2/2]

template<class BoundaryTypes, class... Options>
void Dumux::Python::registerBoundaryTypes ( pybind11::handle scope,
pybind11::class_< BoundaryTypes, Options... > cls )

◆ registerFVProblem()

template<class Problem, class... options>
void Dumux::Python::registerFVProblem ( pybind11::handle scope,
pybind11::class_< Problem, options... > cls )

◆ registerGridGeometry()

template<class GG, class... Options>
void Dumux::Python::registerGridGeometry ( pybind11::handle scope,
pybind11::class_< GG, Options... > cls )

◆ registerTimeLoop() [1/2]

template<class Scalar>
void Dumux::Python::registerTimeLoop ( pybind11::handle scope,
const char * clsName = "TimeLoop" )

◆ registerTimeLoop() [2/2]

template<class Scalar, class... options>
void Dumux::Python::registerTimeLoop ( pybind11::handle scope,
pybind11::class_< CheckPointTimeLoop< Scalar >, options... > cls )