#include <dune/grid/io/file/dgfparser/dgfoned.hh>
|
| | 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 , class II > |
| bool | wasInserted (const Dune::Intersection< GG, II > &intersection) const |
| | always returns false
|
| |
| 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.
|
| |
| 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 , class II > |
| const DGFBoundaryParameter::type & | boundaryParameter (const Dune::Intersection< GG, II > &intersection) const |
| | return invalid default value
|
| |
|
| static const int | dimension = Grid::dimension |
| | grid dimension
|
| |
◆ Grid
◆ MPICommunicatorType
◆ DGFGridFactory() [1/2]
constructor taking istream
◆ DGFGridFactory() [2/2]
constructor taking filename
◆ boundaryId()
template<class GG , class II >
◆ boundaryParameter()
template<class GG , class II >
return invalid default value
◆ grid()
◆ haveBoundaryParameters()
OneDGrid does not support boundary parameters.
◆ numParameters() [1/2]
OneDGrid does not support parameters, returns 0.
◆ numParameters() [2/2]
OneDGrid does not support parameters, returns 0.
◆ parameter() [1/2]
◆ parameter() [2/2]
◆ wasInserted()
template<class GG , class II >
◆ dimension
The documentation for this struct was generated from the following file: