dune-grid 2.9.0
|
Grid factory for YaspGrid with equidistant coordinates. More...
#include <dune/grid/io/file/dgfparser/dgfyasp.hh>
Public Types | |
typedef YaspGrid< dim, EquidistantCoordinates< ctype, 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 () | |
Grid * | grid () 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 , class II > | |
const DGFBoundaryParameter::type & | boundaryParameter (const Intersection< GG, II > &intersection) const |
template<class Entity > | |
std::vector< double > & | parameter (const Entity &) |
Static Public Attributes | |
static const int | dimension = Grid::dimension |
typedef YaspGrid<dim, EquidistantCoordinates<ctype, dim> > Dune::DGFGridFactory< YaspGrid< dim, EquidistantCoordinates< ctype, dim > > >::Grid |
typedef MPIHelper::MPICommunicator Dune::DGFGridFactory< YaspGrid< dim, EquidistantCoordinates< ctype, dim > > >::MPICommunicatorType |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |