dune-grid  2.5.0
Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory Class Reference

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

Inheritance diagram for Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory:
Inheritance graph

Public Types

typedef Base::Projection Projection
 
typedef Base::ElementInfo ElementInfo
 
typedef Projection::Projection DuneProjection
 

Public Member Functions

 ProjectionFactory (const GridFactory &gridFactory)
 
bool hasProjection (const ElementInfo &elementInfo, const int face) const
 
bool hasProjection (const ElementInfo &elementInfo) const
 
Projection projection (const ElementInfo &elementInfo, const int face) const
 
Projection projection (const ElementInfo &elementInfo) const
 
const GridFactorygridFactory () const
 

Static Public Attributes

static const int dimension
 

Protected Member Functions

const ProjectionFactoryasImpl () const
 

Member Typedef Documentation

§ DuneProjection

§ ElementInfo

template<int dim, int dimworld>
typedef Base::ElementInfo Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::ElementInfo

§ Projection

template<int dim, int dimworld>
typedef Base::Projection Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::Projection

Constructor & Destructor Documentation

§ ProjectionFactory()

template<int dim, int dimworld>
Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::ProjectionFactory ( const GridFactory< AlbertaGrid< dim, dimworld > > &  gridFactory)
inline

Member Function Documentation

§ asImpl()

§ gridFactory()

template<int dim, int dimworld>
const GridFactory& Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::gridFactory ( ) const
inline

§ hasProjection() [1/2]

template<int dim, int dimworld>
bool Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::hasProjection ( const ElementInfo elementInfo,
const int  face 
) const
inline

§ hasProjection() [2/2]

template<int dim, int dimworld>
bool Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::hasProjection ( const ElementInfo elementInfo) const
inline

§ projection() [1/2]

template<int dim, int dimworld>
Projection Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::projection ( const ElementInfo elementInfo,
const int  face 
) const
inline

§ projection() [2/2]

template<int dim, int dimworld>
Projection Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::projection ( const ElementInfo elementInfo) const
inline

Member Data Documentation

§ dimension


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