dune-grid  2.3beta2
Classes | Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::DGFGridFactory< G > Struct Template Reference

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

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

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
template<class Entity >
int numParameters (const Entity &) const
std::vector< double > & parameter (const Element &element)
std::vector< double > & parameter (const Vertex &vertex)
bool haveBoundaryParameters () const
template<class GG , class II >
const DGFBoundaryParameter::typeboundaryParameter (const Intersection< GG, II > &intersection) const

Static Public Attributes

static const int dimension = Grid::dimension

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() 
)
inlineexplicit
template<class G>
Dune::DGFGridFactory< G >::DGFGridFactory ( const std::string &  filename,
MPICommunicatorType  comm = MPIHelper::getCommunicator() 
)
inlineexplicit

Member Function Documentation

template<class G>
template<class Intersection >
int Dune::DGFGridFactory< G >::boundaryId ( const Intersection intersection) const
inline
template<class G>
template<class GG , class II >
const DGFBoundaryParameter::type& Dune::DGFGridFactory< G >::boundaryParameter ( const Intersection< GG, II > &  intersection) const
inline
template<class G>
Grid* Dune::DGFGridFactory< G >::grid ( )
inline
template<class G>
bool Dune::DGFGridFactory< G >::haveBoundaryParameters ( ) const
inline
template<class G>
template<int codim>
int Dune::DGFGridFactory< G >::numParameters ( ) const
inline
template<class G>
template<class Entity >
int Dune::DGFGridFactory< G >::numParameters ( const Entity ) 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

template<class G>
const int Dune::DGFGridFactory< G >::dimension = Grid::dimension
static

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