Go to the source code of this file.
Namespaces | |
namespace | blue_sky |
namespace | blue_sky::python |
namespace | blue_sky::python::detail |
Functions | |
template<typename connection_t > | |
static void | blue_sky::python::detail::set_connection_density (connection_t *c, double density) |
template<typename well_t > | |
static well_t::index_t | blue_sky::python::detail::get_well_i_coord (const well_t *well) |
template<typename well_t > | |
static well_t::index_t | blue_sky::python::detail::get_well_j_coord (const well_t *well) |
template<typename well_t > | |
static void | blue_sky::python::detail::set_well_i_coord (well_t *well, typename well_t::index_t i) |
template<typename well_t > | |
static void | blue_sky::python::detail::set_well_j_coord (well_t *well, typename well_t::index_t j) |
template<typename well_t > | |
static well_t::item_t | blue_sky::python::detail::get_well_wefac (const well_t *well) |
template<typename well_t > | |
static well_t::index_t | blue_sky::python::detail::get_well_state (const well_t *well) |
template<typename well_t > | |
static bool | blue_sky::python::detail::get_well_is_work (const well_t *well) |
template<typename well_t > | |
static void | blue_sky::python::detail::set_well_is_work (well_t *well, bool is_work) |
template<typename well_t > | |
static bool | blue_sky::python::detail::well_is_production (const well_t *well) |