Functions | |
template<typename connection_t > | |
static void | set_connection_density (connection_t *c, double density) |
template<typename well_t > | |
static well_t::index_t | get_well_i_coord (const well_t *well) |
template<typename well_t > | |
static well_t::index_t | get_well_j_coord (const well_t *well) |
template<typename well_t > | |
static void | set_well_i_coord (well_t *well, typename well_t::index_t i) |
template<typename well_t > | |
static void | set_well_j_coord (well_t *well, typename well_t::index_t j) |
template<typename well_t > | |
static well_t::item_t | get_well_wefac (const well_t *well) |
template<typename well_t > | |
static well_t::index_t | get_well_state (const well_t *well) |
template<typename well_t > | |
static bool | get_well_is_work (const well_t *well) |
template<typename well_t > | |
static void | set_well_is_work (well_t *well, bool is_work) |
template<typename well_t > | |
static bool | well_is_production (const well_t *well) |
static well_t::index_t blue_sky::python::detail::get_well_i_coord | ( | const well_t * | well | ) | [inline, static] |
static bool blue_sky::python::detail::get_well_is_work | ( | const well_t * | well | ) | [inline, static] |
static well_t::index_t blue_sky::python::detail::get_well_j_coord | ( | const well_t * | well | ) | [inline, static] |
static well_t::index_t blue_sky::python::detail::get_well_state | ( | const well_t * | well | ) | [inline, static] |
static well_t::item_t blue_sky::python::detail::get_well_wefac | ( | const well_t * | well | ) | [inline, static] |
static void blue_sky::python::detail::set_connection_density | ( | connection_t * | c, | |
double | density | |||
) | [inline, static] |
static void blue_sky::python::detail::set_well_i_coord | ( | well_t * | well, | |
typename well_t::index_t | i | |||
) | [inline, static] |
static void blue_sky::python::detail::set_well_is_work | ( | well_t * | well, | |
bool | is_work | |||
) | [inline, static] |
static void blue_sky::python::detail::set_well_j_coord | ( | well_t * | well, | |
typename well_t::index_t | j | |||
) | [inline, static] |
static bool blue_sky::python::detail::well_is_production | ( | const well_t * | well | ) | [inline, static] |