Implementations of the Dune grid interface
Implementations of the Dune grid interface
Set grid types via properties specialization:
Include the matching grid manager header files in main file and create the grid via a grid manager instance
The grid manager looks for grid information in the runtime parameter tree
Grid from basic parameters
Read in grid from file (specified in input-file) using a relative or absolute path to the grid file
Supported grid file formats
*.grdecl
file, via
opm-grid)Consult the documentation of the grid implementation, e.g.
constructing a Dune::YaspGrid
: