dune-grid 2.9.0
Classes | Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::DGFGridFactory< G > Struct Template Reference

#include <dune/grid/io/file/dgfparser/dgfgridfactory.hh>

Inheritance diagram for Dune::DGFGridFactory< G >:
Inheritance graph

Public Types

typedef G Grid
 
typedef MPIHelper::MPICommunicator MPICommunicatorType
 

Public Member Functions

 DGFGridFactory (const std::string &filename, MPICommunicatorType comm=MPIHelper::getCommunicator())
 
Gridgrid ()
 
template<class Intersection >
bool wasInserted (const Intersection &intersection) const
 
template<class Intersection >
int boundaryId (const Intersection &intersection) const
 
template<int codim>
int numParameters () const
 
template<class Entity >
int numParameters (const Entity &) const
 
std::vector< double > & parameter (const Element &element)
 
std::vector< double > & parameter (const Vertex &vertex)
 
bool haveBoundaryParameters () const
 
template<class GG , class II >
const DGFBoundaryParameter::typeboundaryParameter (const Intersection< GG, II > &intersection) const
 

Static Public Attributes

static const int dimension = Grid::dimension
 

Member Typedef Documentation

◆ Grid

template<class G >
typedef G Dune::DGFGridFactory< G >::Grid

◆ MPICommunicatorType

template<class G >
typedef MPIHelper::MPICommunicator Dune::DGFGridFactory< G >::MPICommunicatorType

Constructor & Destructor Documentation

◆ DGFGridFactory()

template<class G >
Dune::DGFGridFactory< G >::DGFGridFactory ( const std::string &  filename,
MPICommunicatorType  comm = MPIHelper::getCommunicator() 
)
inlineexplicit

Member Function Documentation

◆ boundaryId()

template<class G >
template<class Intersection >
int Dune::DGFGridFactory< G >::boundaryId ( const Intersection intersection) const
inline

◆ boundaryParameter()

template<class G >
template<class GG , class II >
const DGFBoundaryParameter::type & Dune::DGFGridFactory< G >::boundaryParameter ( const Intersection< GG, II > &  intersection) const
inline

◆ grid()

template<class G >
Grid * Dune::DGFGridFactory< G >::grid ( )
inline

◆ haveBoundaryParameters()

template<class G >
bool Dune::DGFGridFactory< G >::haveBoundaryParameters ( ) const
inline

◆ numParameters() [1/2]

template<class G >
template<int codim>
int Dune::DGFGridFactory< G >::numParameters ( ) const
inline

◆ numParameters() [2/2]

template<class G >
template<class Entity >
int Dune::DGFGridFactory< G >::numParameters ( const Entity ) const
inline

◆ parameter() [1/2]

template<class G >
std::vector< double > & Dune::DGFGridFactory< G >::parameter ( const Element &  element)
inline

◆ parameter() [2/2]

template<class G >
std::vector< double > & Dune::DGFGridFactory< G >::parameter ( const Vertex &  vertex)
inline

◆ wasInserted()

template<class G >
template<class Intersection >
bool Dune::DGFGridFactory< G >::wasInserted ( const Intersection intersection) const
inline

Member Data Documentation

◆ dimension

template<class G >
const int Dune::DGFGridFactory< G >::dimension = Grid::dimension
static

The documentation for this struct was generated from the following files: