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