Dune::DGFGridFactory< PolyhedralGrid< dim, dimworld, coord_t > > Struct Template Reference

#include <dgfparser.hh>

Public Types

typedef PolyhedralGrid< dim, dimworld, coord_t > Grid
 
typedef MPIHelper::MPICommunicator MPICommunicator
 
typedef Grid::template Codim< 0 >::Entity Element
 
typedef Grid::template Codim< dimension >::Entity Vertex
 

Public Member Functions

 DGFGridFactory (std::istream &input, MPICommunicator=MPIHelper::getCommunicator())
 
 DGFGridFactory (const std::string &filename, MPICommunicator=MPIHelper::getCommunicator())
 
Gridgrid () const
 
template<class Intersection >
bool wasInserted (const Intersection &) const
 
template<class Intersection >
int boundaryId (const Intersection &) const
 
bool haveBoundaryParameters () const
 
template<int codim>
int numParameters () const
 
template<class Intersection >
const DGFBoundaryParameter::type & boundaryParameter (const Intersection &) const
 
template<class Entity >
std::vector< double > & parameter (const Entity &)
 

Static Public Attributes

static const int dimension = Grid::dimension
 

Member Typedef Documentation

◆ Element

template<int dim, int dimworld, class coord_t >
typedef Grid::template Codim<0>::Entity Dune::DGFGridFactory< PolyhedralGrid< dim, dimworld, coord_t > >::Element

◆ Grid

template<int dim, int dimworld, class coord_t >
typedef PolyhedralGrid< dim, dimworld, coord_t > Dune::DGFGridFactory< PolyhedralGrid< dim, dimworld, coord_t > >::Grid

◆ MPICommunicator

template<int dim, int dimworld, class coord_t >
typedef MPIHelper::MPICommunicator Dune::DGFGridFactory< PolyhedralGrid< dim, dimworld, coord_t > >::MPICommunicator

◆ Vertex

template<int dim, int dimworld, class coord_t >
typedef Grid::template Codim<dimension>::Entity Dune::DGFGridFactory< PolyhedralGrid< dim, dimworld, coord_t > >::Vertex

Constructor & Destructor Documentation

◆ DGFGridFactory() [1/2]

template<int dim, int dimworld, class coord_t >
Dune::DGFGridFactory< PolyhedralGrid< dim, dimworld, coord_t > >::DGFGridFactory ( std::istream &  input,
MPICommunicator  = MPIHelper::getCommunicator() 
)
inlineexplicit

◆ DGFGridFactory() [2/2]

template<int dim, int dimworld, class coord_t >
Dune::DGFGridFactory< PolyhedralGrid< dim, dimworld, coord_t > >::DGFGridFactory ( const std::string &  filename,
MPICommunicator  = MPIHelper::getCommunicator() 
)
inlineexplicit

Member Function Documentation

◆ boundaryId()

template<int dim, int dimworld, class coord_t >
template<class Intersection >
int Dune::DGFGridFactory< PolyhedralGrid< dim, dimworld, coord_t > >::boundaryId ( const Intersection &  ) const
inline

◆ boundaryParameter()

template<int dim, int dimworld, class coord_t >
template<class Intersection >
const DGFBoundaryParameter::type & Dune::DGFGridFactory< PolyhedralGrid< dim, dimworld, coord_t > >::boundaryParameter ( const Intersection &  ) const
inline

◆ grid()

template<int dim, int dimworld, class coord_t >
Grid * Dune::DGFGridFactory< PolyhedralGrid< dim, dimworld, coord_t > >::grid ( ) const
inline

◆ haveBoundaryParameters()

template<int dim, int dimworld, class coord_t >
bool Dune::DGFGridFactory< PolyhedralGrid< dim, dimworld, coord_t > >::haveBoundaryParameters ( ) const
inline

◆ numParameters()

template<int dim, int dimworld, class coord_t >
template<int codim>
int Dune::DGFGridFactory< PolyhedralGrid< dim, dimworld, coord_t > >::numParameters ( ) const
inline

◆ parameter()

template<int dim, int dimworld, class coord_t >
template<class Entity >
std::vector< double > & Dune::DGFGridFactory< PolyhedralGrid< dim, dimworld, coord_t > >::parameter ( const Entity &  )
inline

◆ wasInserted()

template<int dim, int dimworld, class coord_t >
template<class Intersection >
bool Dune::DGFGridFactory< PolyhedralGrid< dim, dimworld, coord_t > >::wasInserted ( const Intersection &  ) const
inline

Member Data Documentation

◆ dimension

template<int dim, int dimworld, class coord_t >
const int Dune::DGFGridFactory< PolyhedralGrid< dim, dimworld, coord_t > >::dimension = Grid::dimension
static

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