dune-grid 2.9.0
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > > Struct Template Reference

#include <dune/grid/albertagrid/dgfparser.hh>

Public Types

typedef AlbertaGrid< dim, dimworld > Grid
 
typedef MPIHelper::MPICommunicator MPICommunicatorType
 
typedef Grid::template Codim< 0 >::Entity Element
 
typedef Grid::template Codim< dimension >::Entity Vertex
 
typedef Dune::GridFactory< GridGridFactory
 

Public Member Functions

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

Static Public Attributes

static const int dimension = Grid::dimension
 

Member Typedef Documentation

◆ Element

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

◆ Grid

template<int dim, int dimworld>
typedef AlbertaGrid<dim,dimworld> Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::Grid

◆ GridFactory

template<int dim, int dimworld>
typedef Dune::GridFactory<Grid> Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::GridFactory

◆ MPICommunicatorType

template<int dim, int dimworld>
typedef MPIHelper::MPICommunicator Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::MPICommunicatorType

◆ Vertex

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

Constructor & Destructor Documentation

◆ DGFGridFactory() [1/2]

template<int dim, int dimworld>
Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::DGFGridFactory ( std::istream &  input,
MPICommunicatorType  comm = MPIHelper::getCommunicator() 
)
inlineexplicit

◆ DGFGridFactory() [2/2]

template<int dim, int dimworld>
Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::DGFGridFactory ( const std::string &  filename,
MPICommunicatorType  comm = MPIHelper::getCommunicator() 
)
inlineexplicit

Member Function Documentation

◆ boundaryId()

template<int dim, int dimworld>
template<class Intersection >
int Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::boundaryId ( const Intersection intersection) const
inline

◆ boundaryParameter()

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

◆ grid()

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

◆ haveBoundaryParameters()

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

◆ numParameters()

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

◆ parameter() [1/2]

template<int dim, int dimworld>
std::vector< double > & Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::parameter ( const Element element)
inline

◆ parameter() [2/2]

template<int dim, int dimworld>
std::vector< double > & Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::parameter ( const Vertex vertex)
inline

◆ wasInserted()

template<int dim, int dimworld>
template<class Intersection >
bool Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::wasInserted ( const Intersection intersection) const
inline

Member Data Documentation

◆ dimension

template<int dim, int dimworld>
const int Dune::DGFGridFactory< AlbertaGrid< dim, dimworld > >::dimension = Grid::dimension
static

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