dune-grid
2.2.1
|
#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 |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References Dune::DGFGridFactory< Grid >::dimension.
|
inline |
|
inline |
|
inline |
|
static |