|
| virtual bool | addNNC (const size_t cell1, const size_t cell2, const double trans) |
| | Inserts an NNC entry (cell1, cell2, trans) into the container, enforcing cell1 <= cell2.
|
|
bool | addNNC (const NNCdata nnc_data) |
| | Inserts a pre-built NNCdata entry directly into the container.
|
|
const std::vector< NNCdata > & | input () const |
|
bool | operator== (const NNCDataContainer &other) const |
|
|
std::vector< NNCdata > | nnc_container |
◆ addNNC()
| bool Opm::NNCDataContainer::addNNC |
( |
const size_t | cell1, |
|
|
const size_t | cell2, |
|
|
const double | trans ) |
|
virtual |
The documentation for this class was generated from the following files:
- opm/input/eclipse/EclipseState/Grid/NNC.hpp
- opm/input/eclipse/EclipseState/Grid/NNC.cpp