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

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

List of all members.

Public Types

typedef YaspGrid< dim > 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>
struct Dune::DGFGridFactory< YaspGrid< dim > >


Member Typedef Documentation

template<int dim>
typedef YaspGrid<dim> Dune::DGFGridFactory< YaspGrid< dim > >::Grid
template<int dim>
typedef MPIHelper::MPICommunicator Dune::DGFGridFactory< YaspGrid< dim > >::MPICommunicatorType

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

template<int dim>
const int Dune::DGFGridFactory< YaspGrid< dim > >::dimension = Grid::dimension [static]

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