dune-grid 2.9.0
Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
Dune::Alberta::ProjectionFactoryInterface< Proj, Impl > Class Template Reference

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

Inheritance diagram for Dune::Alberta::ProjectionFactoryInterface< Proj, Impl >:
Inheritance graph

Public Types

typedef Proj Projection
 
typedef Alberta::ElementInfo< dimensionElementInfo
 

Public Member Functions

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
 

Static Public Attributes

static const int dimension = Projection::dimension
 

Protected Member Functions

const Impl & asImpl () const
 

Member Typedef Documentation

◆ ElementInfo

template<class Proj , class Impl >
typedef Alberta::ElementInfo< dimension > Dune::Alberta::ProjectionFactoryInterface< Proj, Impl >::ElementInfo

◆ Projection

template<class Proj , class Impl >
typedef Proj Dune::Alberta::ProjectionFactoryInterface< Proj, Impl >::Projection

Member Function Documentation

◆ asImpl()

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

◆ hasProjection() [1/2]

template<class Proj , class Impl >
bool Dune::Alberta::ProjectionFactoryInterface< Proj, Impl >::hasProjection ( const ElementInfo elementInfo) const
inline

◆ hasProjection() [2/2]

template<class Proj , class Impl >
bool Dune::Alberta::ProjectionFactoryInterface< Proj, Impl >::hasProjection ( const ElementInfo elementInfo,
const int  face 
) const
inline

◆ projection() [1/2]

template<class Proj , class Impl >
Projection Dune::Alberta::ProjectionFactoryInterface< Proj, Impl >::projection ( const ElementInfo elementInfo) const
inline

◆ projection() [2/2]

template<class Proj , class Impl >
Projection Dune::Alberta::ProjectionFactoryInterface< Proj, Impl >::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
static

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