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

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

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

Member Function Documentation

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