|
dune-grid
2.2.0
|
#include <dune/grid/io/file/dgfparser/dgfgridfactory.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 |
| 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 , template< class > 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 |
| 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().
| const DGFBoundaryParameter::type& Dune::DGFGridFactory< G >::boundaryParameter | ( | const Intersection< GG, II > & | intersection | ) | const [inline] |
Referenced by Dune::GridPtr< GridType >::initialize().
| Grid* Dune::DGFGridFactory< G >::grid | ( | ) | [inline] |
Referenced by Dune::GridPtr< GridType >::initialize().
| bool Dune::DGFGridFactory< G >::haveBoundaryParameters | ( | ) | const [inline] |
| int Dune::DGFGridFactory< G >::numParameters | ( | ) | const [inline] |
| int Dune::DGFGridFactory< G >::numParameters | ( | const Entity & | ) | 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] |
1.7.6.1