|
using | IsActive = std::function< bool(const std::size_t globalIdx)> |
|
using | ActiveIdx = std::function< std::size_t(const std::size_t globalIdx)> |
|
|
| Box (const GridDims &gridDims, IsActive isActive, ActiveIdx activeIdx) |
|
| Box (const GridDims &gridDims, IsActive isActive, ActiveIdx activeIdx, int i1, int i2, int j1, int j2, int k1, int k2) |
|
void | update (const DeckRecord &deckRecord) |
|
void | reset () |
|
bool | isGlobal () const |
|
std::size_t | size () const |
|
std::size_t | getDim (std::size_t idim) const |
|
const std::vector< cell_index > & | index_list () const |
|
const std::vector< cell_index > & | global_index_list () const |
|
bool | operator== (const Box &other) const |
|
bool | equal (const Box &other) const |
|
int | I1 () const |
|
int | I2 () const |
|
int | J1 () const |
|
int | J2 () const |
|
int | K1 () const |
|
int | K2 () const |
|
The documentation for this class was generated from the following files:
- opm/input/eclipse/EclipseState/Grid/Box.hpp
- opm/input/eclipse/EclipseState/Grid/Box.cpp