dune-grid
2.4.1
|
#include <dune/grid/albertagrid/agrid.hh>
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 , 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 |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
Referenced by Dune::GridPtr< GridType >::initialize().
|
inline |
Referenced by Dune::GridPtr< GridType >::initialize().
|
inline |
Referenced by Dune::GridPtr< GridType >::initialize().
|
inline |
Referenced by Dune::DGFGridFactory< SGrid< dim, dimworld, ctype > >::boundaryParameter(), Dune::DGFGridFactory< YaspGrid< dim > >::boundaryParameter(), Dune::DGFGridFactory< YaspGrid< dim, EquidistantOffsetCoordinates< double, dim > > >::boundaryParameter(), and Dune::GridPtr< GridType >::initialize().
|
inline |
|
inline |
Referenced by Dune::GridPtr< GridType >::initialize().
|
inline |
|
inline |
|
static |