#include <dune/grid/io/file/dgfparser/dgfalu.hh>

Inheritance diagram for Dune::DGFGridFactory< ALUCubeGrid< 3, 3 > >:
Inheritance graph

List of all members.

Public Types

typedef ALUCubeGrid< 3, 3 > Grid
typedef MPIHelper::MPICommunicator MPICommunicatorType
typedef Grid::template Codim
< 0 >::Entity 
Element
typedef Grid::template Codim
< dimension >::Entity 
Vertex
typedef Dune::GridFactory< GridGridFactory

Public Member Functions

 DGFGridFactory (std::istream &input, MPICommunicatorType comm=MPIHelper::getCommunicator())
 DGFGridFactory (const std::string &filename, MPICommunicatorType comm=MPIHelper::getCommunicator())
Gridgrid () const
bool wasInserted (const Intersection &intersection) const
int boundaryId (const Intersection &intersection) const
int numParameters () const
std::vector< double > & parameter (const Element &element)
std::vector< double > & parameter (const Vertex &vertex)

Static Public Attributes

static const int dimension

Protected Member Functions

bool generate (std::istream &file, MPICommunicatorType comm, const std::string &filename="")

Static Protected Member Functions

static GridcallDirectly (const char *gridname, const int rank, const char *filename, MPICommunicatorType communicator)
static bool fileExists (const char *fileName)
static int rank (MPICommunicatorType MPICOMM)
static int size (MPICommunicatorType MPICOMM)

Protected Attributes

Gridgrid_
GridFactory factory_
DuneGridFormatParser dgf_

template<>
struct Dune::DGFGridFactory< ALUCubeGrid< 3, 3 > >


Member Typedef Documentation

typedef Grid::template Codim<0>::Entity Dune::DGFBaseFactory< ALUCubeGrid< 3, 3 > >::Element [inherited]
typedef ALUCubeGrid< 3, 3 > Dune::DGFBaseFactory< ALUCubeGrid< 3, 3 > >::Grid [inherited]
typedef Dune::GridFactory<Grid> Dune::DGFBaseFactory< ALUCubeGrid< 3, 3 > >::GridFactory [inherited]
typedef MPIHelper::MPICommunicator Dune::DGFBaseFactory< ALUCubeGrid< 3, 3 > >::MPICommunicatorType [inherited]
typedef Grid::template Codim<dimension>::Entity Dune::DGFBaseFactory< ALUCubeGrid< 3, 3 > >::Vertex [inherited]

Constructor & Destructor Documentation

Dune::DGFGridFactory< ALUCubeGrid< 3, 3 > >::DGFGridFactory ( std::istream &  input,
MPICommunicatorType  comm = MPIHelper::getCommunicator() 
) [inline, explicit]
Dune::DGFGridFactory< ALUCubeGrid< 3, 3 > >::DGFGridFactory ( const std::string &  filename,
MPICommunicatorType  comm = MPIHelper::getCommunicator() 
) [inline, explicit]

Member Function Documentation

int Dune::DGFBaseFactory< ALUCubeGrid< 3, 3 > >::boundaryId ( const Intersection intersection  )  const [inline, inherited]
static Grid* Dune::DGFBaseFactory< ALUCubeGrid< 3, 3 > >::callDirectly ( const char *  gridname,
const int  rank,
const char *  filename,
MPICommunicatorType  communicator 
) [inline, static, protected, inherited]
static bool Dune::DGFBaseFactory< ALUCubeGrid< 3, 3 > >::fileExists ( const char *  fileName  )  [inline, static, protected, inherited]
bool Dune::DGFGridFactory< ALUCubeGrid< 3, 3 > >::generate ( std::istream &  file,
MPICommunicatorType  comm,
const std::string &  filename = "" 
) [protected]
Grid* Dune::DGFBaseFactory< ALUCubeGrid< 3, 3 > >::grid (  )  const [inline, inherited]
int Dune::DGFBaseFactory< ALUCubeGrid< 3, 3 > >::numParameters (  )  const [inline, inherited]
std::vector< double >& Dune::DGFBaseFactory< ALUCubeGrid< 3, 3 > >::parameter ( const Vertex vertex  )  [inline, inherited]
std::vector< double >& Dune::DGFBaseFactory< ALUCubeGrid< 3, 3 > >::parameter ( const Element element  )  [inline, inherited]
static int Dune::DGFBaseFactory< ALUCubeGrid< 3, 3 > >::rank ( MPICommunicatorType  MPICOMM  )  [inline, static, protected, inherited]
static int Dune::DGFBaseFactory< ALUCubeGrid< 3, 3 > >::size ( MPICommunicatorType  MPICOMM  )  [inline, static, protected, inherited]
bool Dune::DGFBaseFactory< ALUCubeGrid< 3, 3 > >::wasInserted ( const Intersection intersection  )  const [inline, inherited]

Member Data Documentation

DuneGridFormatParser Dune::DGFBaseFactory< ALUCubeGrid< 3, 3 > >::dgf_ [protected, inherited]
const int Dune::DGFBaseFactory< ALUCubeGrid< 3, 3 > >::dimension [static, inherited]
GridFactory Dune::DGFBaseFactory< ALUCubeGrid< 3, 3 > >::factory_ [protected, inherited]
Grid* Dune::DGFBaseFactory< ALUCubeGrid< 3, 3 > >::grid_ [protected, inherited]

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

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].