A grid creator that reads Petrel files and generates a CpGrid. More...
#include <dumux/io/grid/cpgridmanager.hh>
All keys are expected to be in group GridParameterGroup.
The following keys are recognized:
Public Types | |
| using | Grid = Dune::CpGrid |
| using | Deck = Opm::Deck |
Public Member Functions | |
| void | init (const std::string ¶mGroup="") |
| Create the Grid. | |
| Grid & | grid () |
| Returns a reference to the grid. | |
| std::shared_ptr< Deck > | getDeck () const |
| Returns a reference to the input deck. | |
| void | loadBalance () |
| Distributes the grid over all processes for a parallel computation. | |
| using Dumux::CpGridManager::Deck = Opm::Deck |
| using Dumux::CpGridManager::Grid = Dune::CpGrid |
|
inline |
The input deck can be used to read parameters like porosity/permeability.
|
inline |
|
inline |
|
inline |