|
dune-grid 2.10
|
#include <dune/grid/io/file/dgfparser/dgfidentitygrid.hh>
Public Types | |
| typedef IdentityGrid< HostGrid > | Grid |
| typedef MPIHelper::MPICommunicator | MPICommunicator |
| typedef Grid::template Codim< 0 >::Entity | Element |
| typedef Grid::template Codim< dimension >::Entity | Vertex |
Public Member Functions | |
| DGFGridFactory (std::istream &input, MPICommunicator comm=MPIHelper::getCommunicator()) | |
| DGFGridFactory (const std::string &filename, MPICommunicator comm=MPIHelper::getCommunicator()) | |
| Grid * | grid () const |
| 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 > | |
| std::vector< double > & | parameter (const Entity &entity) |
Static Public Attributes | |
| static const int | dimension = Grid::dimension |
| typedef Grid::template Codim<0>::Entity Dune::DGFGridFactory< IdentityGrid< HostGrid > >::Element |
| typedef IdentityGrid< HostGrid > Dune::DGFGridFactory< IdentityGrid< HostGrid > >::Grid |
| typedef MPIHelper::MPICommunicator Dune::DGFGridFactory< IdentityGrid< HostGrid > >::MPICommunicator |
| typedef Grid::template Codim<dimension>::Entity Dune::DGFGridFactory< IdentityGrid< HostGrid > >::Vertex |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |