dune-grid 2.10
Loading...
Searching...
No Matches
Dune::DGFGridFactory< IdentityGrid< HostGrid > > Struct Template Reference

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

Inheritance diagram for Dune::DGFGridFactory< IdentityGrid< HostGrid > >:
Inheritance graph

Public Types

typedef IdentityGrid< HostGrid > Grid
typedef MPIHelper::MPICommunicator MPICommunicator
typedef Grid::template Codim< 0 >::Entity Element
typedef Grid::template Codim< dimension >::Entity Vertex
typedef MPIHelper::MPICommunicator MPICommunicatorType

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)
bool haveBoundaryParameters () const
const DGFBoundaryParameter::typeboundaryParameter (const Intersection< GG, II > &intersection) const

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

◆ MPICommunicatorType

typedef MPIHelper::MPICommunicator Dune::DGFGridFactory< IdentityGrid< HostGrid > >::MPICommunicatorType

◆ 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

◆ boundaryParameter()

const DGFBoundaryParameter::type & Dune::DGFGridFactory< IdentityGrid< HostGrid > >::boundaryParameter ( const Intersection< GG, II > & intersection) const
inline

◆ grid()

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

◆ haveBoundaryParameters()

bool Dune::DGFGridFactory< IdentityGrid< HostGrid > >::haveBoundaryParameters ( ) 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: