dune-grid 2.10
|
#include <dune/grid/io/file/dgfparser/dgfug.hh>
Public Types | |
typedef UGGrid< dim > | Grid |
grid type | |
typedef MPIHelper::MPICommunicator | MPICommunicatorType |
MPI communicator type. | |
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 () |
return grid | |
template<class GG , class II > | |
bool | wasInserted (const Dune::Intersection< GG, II > &intersection) const |
please doc me | |
template<class GG , class II > | |
int | boundaryId (const Dune::Intersection< GG, II > &intersection) const |
will return boundary segment index | |
template<int codim> | |
int | numParameters () const |
return number of parameters | |
template<class Entity > | |
int | numParameters (const Entity &) const |
return number of parameters | |
std::vector< double > & | parameter (const typename Grid::template Codim< 0 >::Entity &element) |
return parameter for codim 0 entity | |
std::vector< double > & | parameter (const typename Grid::template Codim< dimension >::Entity &vertex) |
return parameter for vertex | |
bool | haveBoundaryParameters () const |
UGGrid does not support boundary parameters. | |
template<class GG , class II > | |
const DGFBoundaryParameter::type & | boundaryParameter (const Dune::Intersection< GG, II > &intersection) const |
return invalid value | |
Static Public Attributes | |
static const int | dimension = dim |
grid dimension | |
typedef UGGrid< dim > Dune::DGFGridFactory< UGGrid< dim > >::Grid |
grid type
typedef MPIHelper::MPICommunicator Dune::DGFGridFactory< UGGrid< dim > >::MPICommunicatorType |
MPI communicator type.
|
inlineexplicit |
constructor taking istream
|
inlineexplicit |
constructor taking filename
|
inline |
will return boundary segment index
|
inline |
return invalid value
|
inline |
return grid
|
inline |
UGGrid does not support boundary parameters.
|
inline |
return number of parameters
|
inline |
return number of parameters
|
inline |
return parameter for codim 0 entity
|
inline |
return parameter for vertex
|
inline |
please doc me
|
static |
grid dimension