|
LookUpCellCentroid.hh
Go to the documentation of this file.
126 return this -> gridView_.grid().getEclCentroid(elemIdx); // Warning! might need to be changed, due to issue in simulators
Interface class to access the logical Cartesian grid as used in industry standard simulator decks. Definition: common/CartesianIndexMapper.hpp:16 The namespace Dune is the main namespace for all Dune code. Definition: common/CartesianIndexMapper.hpp:10 Definition: LookUpCellCentroid.hh:59 const Opm::EclipseGrid * eclGrid_ Definition: LookUpCellCentroid.hh:104 const Dune::CartesianIndexMapper< Grid > * cartMapper_ Definition: LookUpCellCentroid.hh:103 std::enable_if_t<!std::is_same_v< GridType, Dune::CpGrid >, std::array< double, 3 > > operator()(std::size_t elemIdx) const : Call operator Definition: LookUpCellCentroid.hh:114 LookUpCellCentroid(const GridView &gridView, const Dune::CartesianIndexMapper< Grid > &cartMapper, const Opm::EclipseGrid *eclgrid) : Constructor taking a GridView, CartesianMapper Definition: LookUpCellCentroid.hh:64 |