|
dune-grid
2.2.0
|
#include <dune/grid/albertagrid/dgfparser.hh>
Public Types | |
| typedef AlbertaGrid< dim, dimworld > | 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 | |
| DGFGridFactory (std::istream &input, MPICommunicatorType comm=MPIHelper::getCommunicator()) | |
| DGFGridFactory (const std::string &filename, MPICommunicatorType comm=MPIHelper::getCommunicator()) | |
| Grid * | grid () const |
| template<class Intersection > | |
| bool | wasInserted (const Intersection &intersection) const |
| template<class Intersection > | |
| int | boundaryId (const Intersection &intersection) const |
| bool | haveBoundaryParameters () const |
| template<class GG , template< class > class II> | |
| const DGFBoundaryParameter::type & | boundaryParameter (const Intersection< GG, II > &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 Grid::template Codim<0>::Entity Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::Element |
| typedef AlbertaGrid<dim,dimworld> Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::Grid |
| typedef Dune::GridFactory<Grid> Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::GridFactory |
| typedef MPIHelper::MPICommunicator Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::MPICommunicatorType |
| typedef Grid::template Codim<dimension>::Entity Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::Vertex |
| Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::DGFGridFactory | ( | std::istream & | input, |
| MPICommunicatorType | comm = MPIHelper::getCommunicator() |
||
| ) | [inline, explicit] |
| Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::DGFGridFactory | ( | const std::string & | filename, |
| MPICommunicatorType | comm = MPIHelper::getCommunicator() |
||
| ) | [inline, explicit] |
| int Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::boundaryId | ( | const Intersection & | intersection | ) | const [inline] |
| const DGFBoundaryParameter::type& Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::boundaryParameter | ( | const Intersection< GG, II > & | intersection | ) | const [inline] |
| Grid* Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::grid | ( | ) | const [inline] |
| bool Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::haveBoundaryParameters | ( | ) | const [inline] |
| int Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::numParameters | ( | ) | const [inline] |
References Dune::DGFGridFactory< G >::dimension.
| std::vector< double >& Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::parameter | ( | const Element & | element | ) | [inline] |
| std::vector< double >& Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::parameter | ( | const Vertex & | vertex | ) | [inline] |
| bool Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::wasInserted | ( | const Intersection & | intersection | ) | const [inline] |
const int Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::dimension = Grid::dimension [static] |
1.7.6.1