|
dune-alugrid
2.6-git
|
#include <dune/alugrid/dgf.hh>

Public Types | |
| typedef G | Grid |
| typedef MPIHelper::MPICommunicator | MPICommunicatorType |
| typedef Grid::template Codim< 0 >::Entity | Element |
| typedef Grid::template Codim< dimension >::Entity | Vertex |
| typedef Dune::GridFactory< Grid > | GridFactory |
Public Member Functions | |
| DGFBaseFactory () | |
| DGFBaseFactory (MPICommunicatorType comm) | |
| Grid * | grid () const |
| template<class Intersection > | |
| bool | wasInserted (const Intersection &intersection) const |
| template<class GG , class II > | |
| int | boundaryId (const Intersection< GG, II > &intersection) const |
| template<class GG , class II > | |
| const DGFBoundaryParameter::type & | boundaryParameter (const Intersection< GG, II > &intersection) const |
| template<int codim> | |
| int | numParameters () const |
| bool | haveBoundaryParameters () const |
| std::vector< double > & | parameter (const Element &element) |
| std::vector< double > & | parameter (const Vertex &vertex) |
Static Public Attributes | |
| static const int | dimension = Grid::dimension |
Protected Member Functions | |
| bool | generateALUGrid (const ALUGridElementType eltype, std::istream &file, MPICommunicatorType communicator, const std::string &filename) |
Static Protected Member Functions | |
| static Grid * | callDirectly (const std::string &gridname, const int rank, const char *filename, MPICommunicatorType communicator) |
| static bool | fileExists (const char *fileName) |
| static int | rank (MPICommunicatorType MPICOMM) |
| static int | size (MPICommunicatorType MPICOMM) |
Protected Attributes | |
| Grid * | grid_ |
| GridFactory | factory_ |
| DuneGridFormatParser | dgf_ |
| typedef Grid::template Codim<0>::Entity Dune::DGFBaseFactory< G >::Element |
| typedef G Dune::DGFBaseFactory< G >::Grid |
| typedef Dune::GridFactory<Grid> Dune::DGFBaseFactory< G >::GridFactory |
| typedef MPIHelper::MPICommunicator Dune::DGFBaseFactory< G >::MPICommunicatorType |
| typedef Grid::template Codim<dimension>::Entity Dune::DGFBaseFactory< G >::Vertex |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inline |
|
protected |
|
static |
|
protected |
|
protected |