#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...
|
|
◆ 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: