- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <dune/grid/io/file/dgfparser/dgfparser.hh>
Classes | |
struct | Compare |
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()) | |
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 |
std::vector< double > & | parameter (const Element &element) |
std::vector< double > & | parameter (const Vertex &vertex) |
Static Public Attributes | |
static const int | dimension = Grid::dimension |
typedef G Dune::DGFGridFactory< G >::Grid |
typedef MPIHelper::MPICommunicator Dune::DGFGridFactory< G >::MPICommunicatorType |
Dune::DGFGridFactory< G >::DGFGridFactory | ( | std::istream & | input, | |
MPICommunicatorType | comm = MPIHelper::getCommunicator() | |||
) | [inline, explicit] |
Dune::DGFGridFactory< G >::DGFGridFactory | ( | const std::string & | filename, | |
MPICommunicatorType | comm = MPIHelper::getCommunicator() | |||
) | [inline, explicit] |
int Dune::DGFGridFactory< G >::boundaryId | ( | const Intersection & | intersection | ) | const [inline] |
Referenced by Dune::GridPtr< GridType >::initialize().
Grid* Dune::DGFGridFactory< G >::grid | ( | ) | [inline] |
Referenced by Dune::GridPtr< GridType >::initialize().
int Dune::DGFGridFactory< G >::numParameters | ( | ) | const [inline] |
std::vector<double>& Dune::DGFGridFactory< G >::parameter | ( | const Element & | element | ) | [inline] |
Referenced by Dune::GridPtr< GridType >::initialize().
std::vector<double>& Dune::DGFGridFactory< G >::parameter | ( | const Vertex & | vertex | ) | [inline] |
bool Dune::DGFGridFactory< G >::wasInserted | ( | const Intersection & | intersection | ) | const [inline] |
const int Dune::DGFGridFactory< G >::dimension = Grid::dimension [static] |
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].