#include <dune/grid/io/file/dgfparser/dgfoned.hh>
|
| | DGFGridFactory (std::istream &input, MPICommunicatorType comm=MPIHelper::getCommunicator()) |
| | constructor taking istream More...
|
| |
| | DGFGridFactory (const std::string &filename, MPICommunicatorType comm=MPIHelper::getCommunicator()) |
| | constructor taking filename More...
|
| |
| Grid * | grid () const |
| | get grid More...
|
| |
| template<class GG , class II > |
| bool | wasInserted (const Dune::Intersection< GG, II > &intersection) const |
| | always returns false More...
|
| |
| template<class GG , 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. More...
|
| |
| template<int codim> |
| int | numParameters () const |
| | OneDGrid does not support parameters, returns 0. More...
|
| |
| 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 More...
|
| |
| bool | haveBoundaryParameters () const |
| | OneDGrid does not support boundary parameters. More...
|
| |
| template<class GG , class II > |
| const DGFBoundaryParameter::type & | boundaryParameter (const Dune::Intersection< GG, II > &intersection) const |
| | return invalid default value More...
|
| |
constructor taking istream
constructor taking filename
template<class GG , class II >
template<class GG , 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 , class II >
The documentation for this struct was generated from the following file: