dune-grid 2.9.0
|
#include <dune/grid/io/file/dgfparser/dgfgridfactory.hh>
Public Types | |
typedef G | Grid |
typedef MPIHelper::MPICommunicator | MPICommunicatorType |
Public Member Functions | |
DGFGridFactory (const std::string &filename, MPICommunicatorType comm=MPIHelper::getCommunicator()) | |
Grid * | grid () |
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::type & | boundaryParameter (const Intersection< GG, II > &intersection) const |
Static Public Attributes | |
static const int | dimension = Grid::dimension |
typedef G Dune::DGFGridFactory< G >::Grid |
typedef MPIHelper::MPICommunicator Dune::DGFGridFactory< G >::MPICommunicatorType |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |