|
My Project
|
Provides a simulator vanguard which creates a grid by parsing an unstructured grid file. More...
#include <unstructuredgridvanguard.hh>
Public Member Functions | |
| UnstructuredGridVanguard (Simulator &simulator) | |
| Load the grid from the file. | |
| 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 unstructured grid simulator vanguard. | |
Additional Inherited Members | |
Protected Member Functions inherited from Opm::BaseVanguard< TypeTag > | |
| void | finalizeInit_ () |
| void | updateGridView_ () |
Provides a simulator vanguard which creates a grid by parsing an unstructured grid file.