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

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

Public Types

typedef IdentityGrid< HostGrid > 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 comm=MPIHelper::getCommunicator())
 
 DGFGridFactory (const std::string &filename, MPICommunicator comm=MPIHelper::getCommunicator())
 
Gridgrid () const
 
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 >
std::vector< double > & parameter (const Entity &entity)
 

Static Public Attributes

static const int dimension = Grid::dimension
 

Member Typedef Documentation

◆ Element

template<class HostGrid >
typedef Grid::template Codim<0>::Entity Dune::DGFGridFactory< IdentityGrid< HostGrid > >::Element

◆ Grid

template<class HostGrid >
typedef IdentityGrid< HostGrid > Dune::DGFGridFactory< IdentityGrid< HostGrid > >::Grid

◆ MPICommunicator

template<class HostGrid >
typedef MPIHelper::MPICommunicator Dune::DGFGridFactory< IdentityGrid< HostGrid > >::MPICommunicator

◆ Vertex

template<class HostGrid >
typedef Grid::template Codim<dimension>::Entity Dune::DGFGridFactory< IdentityGrid< HostGrid > >::Vertex

Constructor & Destructor Documentation

◆ DGFGridFactory() [1/2]

template<class HostGrid >
Dune::DGFGridFactory< IdentityGrid< HostGrid > >::DGFGridFactory ( std::istream &  input,
MPICommunicator  comm = MPIHelper::getCommunicator() 
)
inlineexplicit

◆ DGFGridFactory() [2/2]

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

Member Function Documentation

◆ boundaryId()

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

◆ grid()

template<class HostGrid >
Grid * Dune::DGFGridFactory< IdentityGrid< HostGrid > >::grid ( ) const
inline

◆ numParameters()

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

◆ parameter()

template<class HostGrid >
template<class Entity >
std::vector< double > & Dune::DGFGridFactory< IdentityGrid< HostGrid > >::parameter ( const Entity entity)
inline

◆ wasInserted()

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

Member Data Documentation

◆ dimension

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

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