Ewoms::BaseGridManager< TypeTag > Class Template Reference

Provides the base class for most (all?) grid managers. More...

#include <basegridmanager.hh>

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

Public Member Functions

 BaseGridManager (Simulator &simulator)
 
GridView & gridView ()
 Returns a reference to the grid view to be used. More...
 
const GridView & gridView () const
 Returns a reference to the grid view to be used. More...
 
void loadBalance ()
 Distribute the grid (and attached data) over all processes. More...
 

Protected Member Functions

void finalizeInit_ ()
 

Detailed Description

template<class TypeTag>
class Ewoms::BaseGridManager< TypeTag >

Provides the base class for most (all?) grid managers.

Constructor & Destructor Documentation

template<class TypeTag >
Ewoms::BaseGridManager< TypeTag >::BaseGridManager ( Simulator simulator)
inline

Member Function Documentation

template<class TypeTag >
void Ewoms::BaseGridManager< TypeTag >::finalizeInit_ ( )
inlineprotected
template<class TypeTag >
GridView& Ewoms::BaseGridManager< TypeTag >::gridView ( )
inline

Returns a reference to the grid view to be used.

Referenced by Ewoms::DgfGridManager< TypeTag >::addFractures_().

template<class TypeTag >
const GridView& Ewoms::BaseGridManager< TypeTag >::gridView ( ) const
inline

Returns a reference to the grid view to be used.

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

Distribute the grid (and attached data) over all processes.


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