All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 >:
Ewoms::CubeGridManager< TypeTag > Ewoms::DgfGridManager< TypeTag > Ewoms::StructuredGridManager< TypeTag >

Public Member Functions

 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.
 

Protected Member Functions

void finalizeInit_ ()
 

Detailed Description

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

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

Member Function Documentation

template<class TypeTag >
int Ewoms::BaseGridManager< TypeTag >::gridSequenceNumber ( ) const
inline

Returns the number of times the grid has been changed since its creation.

This basically says how often the grid has been adapted in the current simulation run.


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