Added EclipseGrid method to get corner positions.

This commit is contained in:
Joakim Hove
2017-06-23 17:05:11 +02:00
parent b2bee96c34
commit 009e00ed61
3 changed files with 43 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ namespace Opm {
const std::vector<int>& getActiveMap() const;
std::array<double, 3> getCellCenter(size_t i,size_t j, size_t k) const;
std::array<double, 3> getCellCenter(size_t globalIndex) const;
std::array<double, 3> getCornerPos(size_t i,size_t j, size_t k, size_t corner_index) const;
double getCellVolume(size_t globalIndex) const;
double getCellVolume(size_t i , size_t j , size_t k) const;
double getCellThicknes(size_t globalIndex) const;