dune-grid 2.10
Loading...
Searching...
No Matches
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 = Projection::dimension
 

Protected Member Functions

const Impl & asImpl () 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()

template<class Proj , class Impl >
const Impl & Dune::Alberta::ProjectionFactoryInterface< Proj, Impl >::asImpl ( ) const
inlineprotectedinherited

◆ 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

template<class Proj , class Impl >
const int Dune::Alberta::ProjectionFactoryInterface< Proj, Impl >::dimension = Projection::dimension
staticinherited

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