dune-grid  2.2.0
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::DGFGridFactory< SGrid< dim, dimworld, ctype > > Struct Template Reference

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

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

Static Public Attributes

static const int dimension = Grid::dimension

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

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 >
template<class GG , template< class > class II>
const DGFBoundaryParameter::type& Dune::DGFGridFactory< SGrid< dim, dimworld, ctype > >::boundaryParameter ( const Intersection< GG, II > &  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 >
bool Dune::DGFGridFactory< SGrid< dim, dimworld, ctype > >::haveBoundaryParameters ( ) 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: