dune-grid
2.2.0
|
#include <dune/grid/io/file/dgfparser/dgfyasp.hh>
Public Types | |
typedef YaspGrid< dim > | 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()) | |
~DGFGridFactory () | |
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 |
bool | haveBoundaryParameters () const |
template<class GG , template< class > class II> | |
const DGFBoundaryParameter::type & | boundaryParameter (const Intersection< GG, II > &intersection) const |
template<class Entity > | |
std::vector< double > & | parameter (const Entity &entity) |
Static Public Attributes | |
static const int | dimension = Grid::dimension |
typedef YaspGrid<dim> Dune::DGFGridFactory< YaspGrid< dim > >::Grid |
typedef MPIHelper::MPICommunicator Dune::DGFGridFactory< YaspGrid< dim > >::MPICommunicatorType |
Dune::DGFGridFactory< YaspGrid< dim > >::DGFGridFactory | ( | std::istream & | input, |
MPICommunicatorType | comm = MPIHelper::getCommunicator() |
||
) | [inline, explicit] |
Dune::DGFGridFactory< YaspGrid< dim > >::DGFGridFactory | ( | const std::string & | filename, |
MPICommunicatorType | comm = MPIHelper::getCommunicator() |
||
) | [inline, explicit] |
Dune::DGFGridFactory< YaspGrid< dim > >::~DGFGridFactory | ( | ) | [inline] |
int Dune::DGFGridFactory< YaspGrid< dim > >::boundaryId | ( | const Intersection & | intersection | ) | const [inline] |
const DGFBoundaryParameter::type& Dune::DGFGridFactory< YaspGrid< dim > >::boundaryParameter | ( | const Intersection< GG, II > & | intersection | ) | const [inline] |
Grid* Dune::DGFGridFactory< YaspGrid< dim > >::grid | ( | ) | const [inline] |
bool Dune::DGFGridFactory< YaspGrid< dim > >::haveBoundaryParameters | ( | ) | const [inline] |
int Dune::DGFGridFactory< YaspGrid< dim > >::numParameters | ( | ) | const [inline] |
std::vector<double>& Dune::DGFGridFactory< YaspGrid< dim > >::parameter | ( | const Entity & | entity | ) | [inline] |
bool Dune::DGFGridFactory< YaspGrid< dim > >::wasInserted | ( | const Intersection & | intersection | ) | const [inline] |
const int Dune::DGFGridFactory< YaspGrid< dim > >::dimension = Grid::dimension [static] |