Ewoms::SimplexGridManager< TypeTag > Class Template Reference

Provides a grid manager which a regular grid made of simplices. More...

#include <simplexgridmanager.hh>

Public Member Functions

 SimplexGridManager (Simulator &simulator)
 Create the Grid. More...
 
Grid & grid ()
 Returns a reference to the grid. More...
 
const Grid & grid () const
 Returns a reference to the grid. More...
 

Static Public Member Functions

static void registerParameters ()
 Register all run-time parameters for the grid manager. More...
 

Detailed Description

template<class TypeTag>
class Ewoms::SimplexGridManager< TypeTag >

Provides a grid manager which a regular grid made of simplices.

Constructor & Destructor Documentation

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

Create the Grid.

References EWOMS_GET_PARAM.

Member Function Documentation

template<class TypeTag >
Grid& Ewoms::SimplexGridManager< TypeTag >::grid ( )
inline

Returns a reference to the grid.

template<class TypeTag >
const Grid& Ewoms::SimplexGridManager< TypeTag >::grid ( ) const
inline

Returns a reference to the grid.

template<class TypeTag >
static void Ewoms::SimplexGridManager< TypeTag >::registerParameters ( )
inlinestatic

Register all run-time parameters for the grid manager.

References EWOMS_REGISTER_PARAM.


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