#include <dune/grid/io/file/dgfparser/dgfoned.hh>
Public Member Functions |
| DGFGridFactory (std::istream &input, MPICommunicatorType comm=MPIHelper::getCommunicator()) |
| constructor taking istream
|
| DGFGridFactory (const std::string &filename, MPICommunicatorType comm=MPIHelper::getCommunicator()) |
| constructor taking filename
|
Grid * | grid () const |
| get grid
|
template<class GG , template< class > class II> |
bool | wasInserted (const Dune::Intersection< GG, II > &intersection) const |
| always returns false
|
template<class GG , template< class > class II> |
int | boundaryId (const Dune::Intersection< GG, II > &intersection) const |
template<class Entity > |
int | numParameters (const Entity &) const |
| OneDGrid does not support parameters, returns 0.
|
template<int codim> |
int | numParameters () const |
| OneDGrid does not support parameters, returns 0.
|
template<class Entity > |
std::vector< double > & | parameter (const Entity &entity) |
template<int codim> |
std::vector< double > & | parameter (const typename Grid::Codim< codim >::Entity &element) |
| return empty vector
|
bool | haveBoundaryParameters () const |
| OneDGrid does not support boundary parameters.
|
template<class GG , template< class > class II> |
const DGFBoundaryParameter::type & | boundaryParameter (const Dune::Intersection< GG, II > &intersection) const |
| return invalid default value
|
Static Public Attributes |
static const int | dimension = Grid::dimension |
| grid dimension
|
Member Typedef Documentation
Constructor & Destructor Documentation
constructor taking istream
constructor taking filename
Member Function Documentation
template<class GG , template< class > class II>
template<class GG , template< class > class II>
OneDGrid does not support boundary parameters.
OneDGrid does not support parameters, returns 0.
OneDGrid does not support parameters, returns 0.
template<class GG , template< class > class II>
Member Data Documentation
The documentation for this struct was generated from the following file: