dune-grid  2.3.1-rc1
Classes | Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::DGFGridFactory< Grid > Struct Template Reference

#include <dune/grid/albertagrid/agrid.hh>

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

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 Grid>
typedef G Dune::DGFGridFactory< Grid >::Grid
template<class Grid>
typedef MPIHelper::MPICommunicator Dune::DGFGridFactory< Grid >::MPICommunicatorType

Constructor & Destructor Documentation

template<class Grid>
Dune::DGFGridFactory< Grid >::DGFGridFactory ( std::istream &  input,
MPICommunicatorType  comm = MPIHelper::getCommunicator() 
)
inlineexplicit
template<class Grid>
Dune::DGFGridFactory< Grid >::DGFGridFactory ( const std::string &  filename,
MPICommunicatorType  comm = MPIHelper::getCommunicator() 
)
inlineexplicit

Member Function Documentation

template<class Grid>
template<class Intersection >
int Dune::DGFGridFactory< Grid >::boundaryId ( const Intersection intersection) const
inline
template<class Grid>
template<class GG , class II >
const DGFBoundaryParameter::type& Dune::DGFGridFactory< Grid >::boundaryParameter ( const Intersection< GG, II > &  intersection) const
inline
template<class Grid>
Grid* Dune::DGFGridFactory< Grid >::grid ( )
inline
template<class Grid>
bool Dune::DGFGridFactory< Grid >::haveBoundaryParameters ( ) const
inline
template<class Grid>
template<int codim>
int Dune::DGFGridFactory< Grid >::numParameters ( ) const
inline
template<class Grid>
template<class Entity >
int Dune::DGFGridFactory< Grid >::numParameters ( const Entity ) const
inline
template<class Grid>
std::vector<double>& Dune::DGFGridFactory< Grid >::parameter ( const Element &  element)
inline
template<class Grid>
std::vector<double>& Dune::DGFGridFactory< Grid >::parameter ( const Vertex &  vertex)
inline
template<class Grid>
template<class Intersection >
bool Dune::DGFGridFactory< Grid >::wasInserted ( const Intersection intersection) const
inline

Member Data Documentation

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

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