|
opm-simulators
|
Helper class for grid instantiation of the lens problem. More...
#include <structuredgridvanguard.hh>
Public Member Functions | |
| StructuredGridVanguard (Simulator &simulator) | |
| Create the grid for the lens problem. | |
| Grid & | grid () |
| Return a reference to the grid object. | |
| const Grid & | grid () const |
| Return a constant reference to the grid object. | |
| Public Member Functions inherited from Opm::BaseVanguard< TypeTag > | |
| BaseVanguard (Simulator &simulator) | |
| BaseVanguard (const BaseVanguard &)=delete | |
| const GridView & | gridView () const |
| Returns a reference to the grid view to be used. | |
| int | gridSequenceNumber () const |
| Returns the number of times the grid has been changed since its creation. | |
| void | loadBalance () |
| Distribute the grid (and attached data) over all processes. | |
| void | addLgrs () |
| Add LGRs to the grid, if any. | |
Static Public Member Functions | |
| static void | registerParameters () |
| Register all run-time parameters for the structured grid simulator vanguard. | |
Additional Inherited Members | |
| Protected Member Functions inherited from Opm::BaseVanguard< TypeTag > | |
| void | finalizeInit_ () |
| void | updateGridView_ () |
Helper class for grid instantiation of the lens problem.