dune-grid 2.9.0
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::AlbertaReader< Grid > Class Template Reference

#include <dune/grid/albertagrid/albertareader.hh>

Public Types

typedef Dune::GridFactory< GridGridFactory
 
typedef Grid::ctype ctype
 

Public Member Functions

 AlbertaReader ()
 
void readGrid (const std::string &fileName, GridFactory &factory)
 

Static Public Attributes

static const int dimension = Grid::dimension
 
static const int dimensionworld = Grid::dimensionworld
 

Member Typedef Documentation

◆ ctype

template<class Grid >
typedef Grid::ctype Dune::AlbertaReader< Grid >::ctype

◆ GridFactory

template<class Grid >
typedef Dune::GridFactory< Grid > Dune::AlbertaReader< Grid >::GridFactory

Constructor & Destructor Documentation

◆ AlbertaReader()

template<class Grid >
Dune::AlbertaReader< Grid >::AlbertaReader ( )
inline

Member Function Documentation

◆ readGrid()

template<class Grid >
void Dune::AlbertaReader< Grid >::readGrid ( const std::string &  fileName,
GridFactory factory 
)
inline

Member Data Documentation

◆ dimension

template<class Grid >
const int Dune::AlbertaReader< Grid >::dimension = Grid::dimension
static

◆ dimensionworld

template<class Grid >
const int Dune::AlbertaReader< Grid >::dimensionworld = Grid::dimensionworld
static

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