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

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

Public Types

typedef GeometryGrid< HostGrid, CoordFunction, Allocator > Grid
 
typedef MPIHelper::MPICommunicator MPICommunicator
 
typedef Grid::template Codim< 0 >::Entity Element
 
typedef Grid::template Codim< dimension >::Entity Vertex
 
typedef DGFCoordFunctionFactory< HostGrid, CoordFunction > CoordFunctionFactory
 

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
 
bool haveBoundaryParameters () const
 
template<class GG , class II >
const DGFBoundaryParameter::typeboundaryParameter (const Dune::Intersection< GG, II > &intersection) const
 
template<class Entity >
std::vector< double > & parameter (const Entity &entity)
 

Static Public Attributes

static const int dimension = Grid::dimension
 

Member Typedef Documentation

◆ CoordFunctionFactory

template<class HostGrid , class CoordFunction , class Allocator >
typedef DGFCoordFunctionFactory< HostGrid, CoordFunction > Dune::DGFGridFactory< GeometryGrid< HostGrid, CoordFunction, Allocator > >::CoordFunctionFactory

◆ Element

template<class HostGrid , class CoordFunction , class Allocator >
typedef Grid::template Codim<0>::Entity Dune::DGFGridFactory< GeometryGrid< HostGrid, CoordFunction, Allocator > >::Element

◆ Grid

template<class HostGrid , class CoordFunction , class Allocator >
typedef GeometryGrid< HostGrid, CoordFunction, Allocator > Dune::DGFGridFactory< GeometryGrid< HostGrid, CoordFunction, Allocator > >::Grid

◆ MPICommunicator

template<class HostGrid , class CoordFunction , class Allocator >
typedef MPIHelper::MPICommunicator Dune::DGFGridFactory< GeometryGrid< HostGrid, CoordFunction, Allocator > >::MPICommunicator

◆ Vertex

template<class HostGrid , class CoordFunction , class Allocator >
typedef Grid::template Codim<dimension>::Entity Dune::DGFGridFactory< GeometryGrid< HostGrid, CoordFunction, Allocator > >::Vertex

Constructor & Destructor Documentation

◆ DGFGridFactory() [1/2]

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

◆ DGFGridFactory() [2/2]

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

Member Function Documentation

◆ boundaryId()

template<class HostGrid , class CoordFunction , class Allocator >
template<class Intersection >
int Dune::DGFGridFactory< GeometryGrid< HostGrid, CoordFunction, Allocator > >::boundaryId ( const Intersection intersection) const
inline

◆ boundaryParameter()

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

◆ grid()

template<class HostGrid , class CoordFunction , class Allocator >
Grid * Dune::DGFGridFactory< GeometryGrid< HostGrid, CoordFunction, Allocator > >::grid ( ) const
inline

◆ haveBoundaryParameters()

template<class HostGrid , class CoordFunction , class Allocator >
bool Dune::DGFGridFactory< GeometryGrid< HostGrid, CoordFunction, Allocator > >::haveBoundaryParameters ( ) const
inline

◆ numParameters()

template<class HostGrid , class CoordFunction , class Allocator >
template<int codim>
int Dune::DGFGridFactory< GeometryGrid< HostGrid, CoordFunction, Allocator > >::numParameters ( ) const
inline

◆ parameter()

template<class HostGrid , class CoordFunction , class Allocator >
template<class Entity >
std::vector< double > & Dune::DGFGridFactory< GeometryGrid< HostGrid, CoordFunction, Allocator > >::parameter ( const Entity entity)
inline

◆ wasInserted()

template<class HostGrid , class CoordFunction , class Allocator >
template<class Intersection >
bool Dune::DGFGridFactory< GeometryGrid< HostGrid, CoordFunction, Allocator > >::wasInserted ( const Intersection intersection) const
inline

Member Data Documentation

◆ dimension

template<class HostGrid , class CoordFunction , class Allocator >
const int Dune::DGFGridFactory< GeometryGrid< HostGrid, CoordFunction, Allocator > >::dimension = Grid::dimension
static

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