#include <opm/core/props/BlackoilPhases.hpp>
#include <opm/parser/eclipse/Deck/Deck.hpp>
Go to the source code of this file.
|
void | Opm::extractPvtTableIndex (std::vector< int > &pvtTableIdx, Opm::DeckConstPtr deck, size_t numCompressed, const int *compressedToCartesianIdx) |
| Helper function to create an array containing the (C-Style) PVT table index for each compressed cell from an Eclipse deck. More...
|
|