All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Ewoms::DgfGridManager< TypeTag > Class Template Reference

Provides a grid manager which reads Dune Grid Format (DGF) files. More...

#include <dgfgridmanager.hh>

Inheritance diagram for Ewoms::DgfGridManager< TypeTag >:
Ewoms::BaseGridManager< TypeTag >

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...
 
FractureMapperfractureMapper ()
 Returns the fracture mapper. More...
 
const FractureMapperfractureMapper () const
 Returns the fracture mapper. More...
 
- Public Member Functions inherited from Ewoms::BaseGridManager< TypeTag >
 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)
 
- Protected Member Functions inherited from Ewoms::BaseGridManager< TypeTag >
void finalizeInit_ ()
 

Detailed Description

template<class TypeTag>
class Ewoms::DgfGridManager< TypeTag >

Provides a grid manager which reads Dune Grid Format (DGF) files.

Member Function Documentation

template<class TypeTag >
FractureMapper& Ewoms::DgfGridManager< TypeTag >::fractureMapper ( )
inline

Returns the fracture mapper.

The fracture mapper determines the topology of the fractures.

template<class TypeTag >
const FractureMapper& Ewoms::DgfGridManager< TypeTag >::fractureMapper ( ) const
inline

Returns the fracture mapper.

The fracture mapper determines the topology of the fractures.

template<class TypeTag >
void Ewoms::DgfGridManager< TypeTag >::loadBalance ( )
inline

Distributes the grid on all processes of a parallel computation.

This grid manager plays nice and also distributes the data of the DGF...


The documentation for this class was generated from the following file: