Dune::DGFGridFactory< G > Struct Template Reference

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

Inheritance diagram for Dune::DGFGridFactory< G >:
Inheritance graph

List of all members.

Classes

struct  Compare

Public Types

typedef G Grid
typedef MPIHelper::MPICommunicator MPICommunicatorType

Public Member Functions

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

Static Public Attributes

static const int dimension = Grid::dimension

template<class G>
struct Dune::DGFGridFactory< G >


Member Typedef Documentation

template<class G>
typedef G Dune::DGFGridFactory< G >::Grid
template<class G>
typedef MPIHelper::MPICommunicator Dune::DGFGridFactory< G >::MPICommunicatorType

Constructor & Destructor Documentation

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

Member Function Documentation

template<class G>
template<class Intersection >
int Dune::DGFGridFactory< G >::boundaryId ( const Intersection intersection  )  const [inline]
template<class G>
Grid* Dune::DGFGridFactory< G >::grid (  )  [inline]
template<class G>
template<int codim>
int Dune::DGFGridFactory< G >::numParameters (  )  const [inline]
template<class G>
std::vector<double>& Dune::DGFGridFactory< G >::parameter ( const Element &  element  )  [inline]
template<class G>
std::vector<double>& Dune::DGFGridFactory< G >::parameter ( const Vertex &  vertex  )  [inline]
template<class G>
template<class Intersection >
bool Dune::DGFGridFactory< G >::wasInserted ( const Intersection intersection  )  const [inline]

Member Data Documentation


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].