dune-grid  2.4.1
Protected Attributes | Static Protected Attributes | List of all members
Dune::GmshReaderParser< GridType > Class Template Reference

dimension independent parts for GmshReaderParser More...

#include <dune/grid/io/file/gmshreader.hh>

Protected Attributes

Dune::GridFactory< GridType > & factory
 
bool verbose
 
bool insert_boundary_segments
 
unsigned int number_of_real_vertices
 
int boundary_element_count
 
int element_count
 
char buf [512]
 
std::string fileName
 
std::vector< int > boundary_id_to_physical_entity
 
std::vector< int > element_index_to_physical_entity
 

Static Protected Attributes

static const int dim = GridType::dimension
 
static const int dimWorld = GridType::dimensionworld
 

Detailed Description

template<typename GridType>
class Dune::GmshReaderParser< GridType >

dimension independent parts for GmshReaderParser

Member Data Documentation

template<typename GridType>
int Dune::GmshReaderParser< GridType >::boundary_element_count
protected
template<typename GridType>
std::vector<int> Dune::GmshReaderParser< GridType >::boundary_id_to_physical_entity
protected
template<typename GridType>
char Dune::GmshReaderParser< GridType >::buf[512]
protected
template<typename GridType>
const int Dune::GmshReaderParser< GridType >::dim = GridType::dimension
staticprotected
template<typename GridType>
const int Dune::GmshReaderParser< GridType >::dimWorld = GridType::dimensionworld
staticprotected
template<typename GridType>
int Dune::GmshReaderParser< GridType >::element_count
protected
template<typename GridType>
std::vector<int> Dune::GmshReaderParser< GridType >::element_index_to_physical_entity
protected
template<typename GridType>
Dune::GridFactory<GridType>& Dune::GmshReaderParser< GridType >::factory
protected
template<typename GridType>
std::string Dune::GmshReaderParser< GridType >::fileName
protected
template<typename GridType>
bool Dune::GmshReaderParser< GridType >::insert_boundary_segments
protected
template<typename GridType>
unsigned int Dune::GmshReaderParser< GridType >::number_of_real_vertices
protected
template<typename GridType>
bool Dune::GmshReaderParser< GridType >::verbose
protected

The documentation for this class was generated from the following file: