dune-spgrid 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::DGFGridFactory< SPGrid< ct, dim, Ref, Comm > > Class Template Reference

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

Public Types

typedef SPGrid< ct, dim, Ref, Comm > Grid
 
typedef MPIHelper::MPICommunicator MPICommunicatorType
 
typedef Grid::CollectiveCommunication CollectiveCommunication
 
typedef Grid::template Codim< 0 >::Entity Element
 
typedef Grid::template Codim< dimension >::Entity Vertex
 

Public Member Functions

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

Static Public Attributes

static const int dimension = Grid::dimension
 

Member Typedef Documentation

◆ CollectiveCommunication

template<class ct , int dim, template< int > class Ref, class Comm >
typedef Grid::CollectiveCommunication Dune::DGFGridFactory< SPGrid< ct, dim, Ref, Comm > >::CollectiveCommunication

◆ Element

template<class ct , int dim, template< int > class Ref, class Comm >
typedef Grid::template Codim<0>::Entity Dune::DGFGridFactory< SPGrid< ct, dim, Ref, Comm > >::Element

◆ Grid

template<class ct , int dim, template< int > class Ref, class Comm >
typedef SPGrid< ct, dim, Ref, Comm > Dune::DGFGridFactory< SPGrid< ct, dim, Ref, Comm > >::Grid

◆ MPICommunicatorType

template<class ct , int dim, template< int > class Ref, class Comm >
typedef MPIHelper::MPICommunicator Dune::DGFGridFactory< SPGrid< ct, dim, Ref, Comm > >::MPICommunicatorType

◆ Vertex

template<class ct , int dim, template< int > class Ref, class Comm >
typedef Grid::template Codim<dimension>::Entity Dune::DGFGridFactory< SPGrid< ct, dim, Ref, Comm > >::Vertex

Constructor & Destructor Documentation

◆ DGFGridFactory() [1/2]

template<class ct , int dim, template< int > class Ref, class Comm >
Dune::DGFGridFactory< SPGrid< ct, dim, Ref, Comm > >::DGFGridFactory ( std::istream &  input,
MPICommunicatorType  comm = MPIHelper::getCommunicator() 
)
inlineexplicit

◆ DGFGridFactory() [2/2]

template<class ct , int dim, template< int > class Ref, class Comm >
Dune::DGFGridFactory< SPGrid< ct, dim, Ref, Comm > >::DGFGridFactory ( const std::string &  filename,
MPICommunicatorType  comm = MPIHelper::getCommunicator() 
)
inlineexplicit

◆ ~DGFGridFactory()

template<class ct , int dim, template< int > class Ref, class Comm >
Dune::DGFGridFactory< SPGrid< ct, dim, Ref, Comm > >::~DGFGridFactory ( )
inline

Member Function Documentation

◆ boundaryId()

template<class ct , int dim, template< int > class Ref, class Comm >
template<class Intersection >
int Dune::DGFGridFactory< SPGrid< ct, dim, Ref, Comm > >::boundaryId ( const Intersection &  intersection) const
inline

◆ boundaryParameter()

template<class ct , int dim, template< int > class Ref, class Comm >
template<class Intersection >
const DGFBoundaryParameter::type & Dune::DGFGridFactory< SPGrid< ct, dim, Ref, Comm > >::boundaryParameter ( const Intersection &  intersection) const
inline

◆ grid()

template<class ct , int dim, template< int > class Ref, class Comm >
Grid * Dune::DGFGridFactory< SPGrid< ct, dim, Ref, Comm > >::grid ( ) const
inline

◆ haveBoundaryParameters()

template<class ct , int dim, template< int > class Ref, class Comm >
bool Dune::DGFGridFactory< SPGrid< ct, dim, Ref, Comm > >::haveBoundaryParameters ( ) const
inline

◆ numParameters()

template<class ct , int dim, template< int > class Ref, class Comm >
template<int codim>
int Dune::DGFGridFactory< SPGrid< ct, dim, Ref, Comm > >::numParameters ( ) const
inline

◆ parameter()

template<class ct , int dim, template< int > class Ref, class Comm >
template<class Entity >
std::vector< double > & Dune::DGFGridFactory< SPGrid< ct, dim, Ref, Comm > >::parameter ( const Entity &  entity)
inline

◆ wasInserted()

template<class ct , int dim, template< int > class Ref, class Comm >
template<class Intersection >
bool Dune::DGFGridFactory< SPGrid< ct, dim, Ref, Comm > >::wasInserted ( const Intersection &  intersection) const
inline

Member Data Documentation

◆ dimension

template<class ct , int dim, template< int > class Ref, class Comm >
const int Dune::DGFGridFactory< SPGrid< ct, dim, Ref, Comm > >::dimension = Grid::dimension
static

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