dune-grid
2.2.0
|
#include <dune/grid/albertagrid/albertareader.hh>
Public Types | |
typedef Dune::GridFactory< Grid > | GridFactory |
typedef Grid::ctype | ctype |
Public Member Functions | |
AlbertaReader () | |
template<GrapeIOFileFormatType type> | |
void | readGrid (const std::string &fileName, GridFactory &factory) |
void | readGrid (const std::string &filename, GridFactory &factory) |
Static Public Attributes | |
static const int | dimension = Grid::dimension |
static const int | dimensionworld = Grid::dimensionworld |
typedef Grid::ctype Dune::AlbertaReader< Grid >::ctype |
typedef Dune::GridFactory< Grid > Dune::AlbertaReader< Grid >::GridFactory |
Dune::AlbertaReader< Grid >::AlbertaReader | ( | ) | [inline] |
void Dune::AlbertaReader< Grid >::readGrid | ( | const std::string & | fileName, |
GridFactory & | factory | ||
) | [inline] |
References Dune::AlbertaReader< Grid >::dimension, Dune::AlbertaReader< Grid >::dimensionworld, Dune::Alberta::MacroData< dim >::element(), Dune::Alberta::MacroData< dim >::elementCount(), Dune::GridFactory< GridType >::insertElement(), Dune::GridFactory< GridType >::insertVertex(), Dune::pgm, Dune::Alberta::MacroData< dim >::read(), Dune::Alberta::MacroData< dim >::release(), Dune::Alberta::MacroData< dim >::vertex(), Dune::Alberta::MacroData< dim >::vertexCount(), and Dune::xdr.
void Dune::AlbertaReader< Grid >::readGrid | ( | const std::string & | filename, |
GridFactory & | factory | ||
) | [inline] |
const int Dune::AlbertaReader< Grid >::dimension = Grid::dimension [static] |
Referenced by Dune::AlbertaReader< Grid >::readGrid().
const int Dune::AlbertaReader< Grid >::dimensionworld = Grid::dimensionworld [static] |
Referenced by Dune::AlbertaReader< Grid >::readGrid().