Provides a grid manager which reads Dune Grid Format (DGF) files. More...
#include <dgfgridmanager.hh>
Public Member Functions | |
DgfGridManager (Simulator &simulator) | |
Load the grid from the file. | |
Grid & | grid () |
Returns a reference to the grid. | |
const Grid & | grid () const |
Returns a reference to the grid. | |
void | loadBalance () |
Distributes the grid on all processes of a parallel computation. More... | |
FractureMapper & | fractureMapper () |
Returns the fracture mapper. More... | |
const FractureMapper & | fractureMapper () const |
Returns the fracture mapper. More... | |
![]() | |
BaseGridManager (Simulator &simulator) | |
BaseGridManager (const BaseGridManager &)=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. More... | |
void | loadBalance () |
Distribute the grid (and attached data) over all processes. | |
Static Public Member Functions | |
static void | registerParameters () |
Register all run-time parameters for the grid manager. | |
Protected Member Functions | |
void | addFractures_ (Dune::GridPtr< Grid > &dgfPointer) |
![]() | |
void | finalizeInit_ () |
Provides a grid manager which reads Dune Grid Format (DGF) files.
|
inline |
Returns the fracture mapper.
The fracture mapper determines the topology of the fractures.
|
inline |
Returns the fracture mapper.
The fracture mapper determines the topology of the fractures.
|
inline |
Distributes the grid on all processes of a parallel computation.
This grid manager plays nice and also distributes the data of the DGF...