dune-grid  2.1.1
Public Types | Public Member Functions | Static Public Attributes
Dune::DGFGridFactory< SGrid< dim, dimworld, ctype > > Struct Template Reference

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

List of all members.

Public Types

typedef SGrid< dim, dimworld,
ctype > 
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 () const
template<class Intersection >
bool wasInserted (const Intersection &intersection) const
template<class Intersection >
int boundaryId (const Intersection &intersection) const
template<int codim>
int numParameters () const
template<class Entity >
std::vector< double > & parameter (const Entity &entity)

Static Public Attributes

static const int dimension = Grid::dimension

template<int dim, int dimworld, class ctype>
struct Dune::DGFGridFactory< SGrid< dim, dimworld, ctype > >


Member Typedef Documentation

template<int dim, int dimworld, class ctype >
typedef SGrid< dim, dimworld, ctype > Dune::DGFGridFactory< SGrid< dim, dimworld, ctype > >::Grid
template<int dim, int dimworld, class ctype >
typedef MPIHelper::MPICommunicator Dune::DGFGridFactory< SGrid< dim, dimworld, ctype > >::MPICommunicatorType

Constructor & Destructor Documentation

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

Member Function Documentation

template<int dim, int dimworld, class ctype >
template<class Intersection >
int Dune::DGFGridFactory< SGrid< dim, dimworld, ctype > >::boundaryId ( const Intersection intersection) const [inline]
template<int dim, int dimworld, class ctype >
Grid* Dune::DGFGridFactory< SGrid< dim, dimworld, ctype > >::grid ( ) const [inline]
template<int dim, int dimworld, class ctype >
template<int codim>
int Dune::DGFGridFactory< SGrid< dim, dimworld, ctype > >::numParameters ( ) const [inline]
template<int dim, int dimworld, class ctype >
template<class Entity >
std::vector< double >& Dune::DGFGridFactory< SGrid< dim, dimworld, ctype > >::parameter ( const Entity entity) [inline]
template<int dim, int dimworld, class ctype >
template<class Intersection >
bool Dune::DGFGridFactory< SGrid< dim, dimworld, ctype > >::wasInserted ( const Intersection intersection) const [inline]

Member Data Documentation

template<int dim, int dimworld, class ctype >
const int Dune::DGFGridFactory< SGrid< dim, dimworld, ctype > >::dimension = Grid::dimension [static]

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