dune-grid 2.9.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 &) const
 
Projection projection (const ElementInfo &elementInfo, const int face) const
 
Projection projection (const ElementInfo &) const
 
const GridFactorygridFactory () const
 

Static Public Attributes

static const int dimension
 

Protected Member Functions

const ProjectionFactoryasImpl () const
 

Member Typedef Documentation

◆ DuneProjection

template<int dim, int dimworld>
typedef Projection::Projection Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::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 ) const
inline

◆ hasProjection() [2/2]

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

◆ projection() [1/2]

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

◆ projection() [2/2]

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

Member Data Documentation

◆ dimension


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