3 #ifndef DUNE_ALBERTA_ALBERTAREADER_HH 4 #define DUNE_ALBERTA_ALBERTAREADER_HH 6 #include <dune/geometry/type.hh> 18 template<
class Gr
id >
33 "AlbertaReader: world dimension must match ALBERTA's world dimension.");
40 This &operator= (
const This & );
46 void readGrid (
const std::string &fileName, GridFactory &factory )
49 macroData_.
read( fileName,
false );
53 for(
int i = 0; i < numVertices; ++i )
55 FieldVector< ctype, dimensionworld > v;
63 std::vector< unsigned int > vertices( dimension+1 );
65 for(
int i = 0; i < numElements; ++i )
69 vertices[ j ] =
id[ j ];
70 factory.
insertElement( GeometryTypes::simplex( dimension ), vertices );
80 #endif // #if HAVE_ALBERTA void read(const std::string &filename, bool binary=false)
Definition: macrodata.hh:410
static const int dimensionworld
Definition: albertareader.hh:29
ct ctype
Define type used for coordinates in grid module.
Definition: common/grid.hh:522
void readGrid(const std::string &fileName, GridFactory &factory)
Definition: albertareader.hh:46
static const int dimWorld
Definition: misc.hh:44
void release()
release the macro data structure
Definition: macrodata.hh:125
Grid::ctype ctype
Definition: albertareader.hh:26
Definition: albertareader.hh:19
int ElementId[numVertices]
Definition: macrodata.hh:46
int vertexCount() const
Definition: macrodata.hh:61
static const int dimension
Definition: albertareader.hh:28
Provide a generic factory class for unstructured grids.
ElementId & element(int i) const
Definition: macrodata.hh:243
Different resources needed by all grid implementations.
The dimension of the grid.
Definition: common/grid.hh:387
virtual void insertElement(const GeometryType &type, const std::vector< unsigned int > &vertices)
Insert an element into the coarse grid.
Definition: common/gridfactory.hh:290
AlbertaReader()
Definition: albertareader.hh:43
virtual void insertVertex(const FieldVector< ctype, dimworld > &pos)
Insert a vertex into the coarse grid.
Definition: common/gridfactory.hh:279
ALBERTA REAL_D GlobalVector
Definition: misc.hh:48
provides a wrapper for ALBERTA's macro_data structure
Dune::GridFactory< Grid > GridFactory
Definition: albertareader.hh:24
The dimension of the world the grid lives in.
Definition: common/grid.hh:393
int elementCount() const
Definition: macrodata.hh:66
GlobalVector & vertex(int i) const
Definition: macrodata.hh:252
Include standard header files.
Definition: agrid.hh:58