dune-grid
2.2.0
|
#include <dune/grid/albertagrid/gridfactory.hh>
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 GridFactory & | gridFactory () const |
Static Public Attributes | |
static const int | dimension |
Protected Member Functions | |
const ProjectionFactory & | asImpl () const |
typedef Projection::Projection Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::DuneProjection |
typedef Base::ElementInfo Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::ElementInfo |
typedef Base::Projection Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::Projection |
Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::ProjectionFactory | ( | const GridFactory< AlbertaGrid< dim, dimworld > > & | gridFactory | ) | [inline] |
const ProjectionFactory & Dune::Alberta::ProjectionFactoryInterface< Alberta::DuneBoundaryProjection< dim > , ProjectionFactory >::asImpl | ( | ) | const [inline, protected, inherited] |
const GridFactory& Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::gridFactory | ( | ) | const [inline] |
bool Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::hasProjection | ( | const ElementInfo & | elementInfo, |
const int | face | ||
) | const [inline] |
Reimplemented from Dune::Alberta::ProjectionFactory< Alberta::DuneBoundaryProjection< dim >, ProjectionFactory >.
References Dune::Alberta::max().
bool Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::hasProjection | ( | const ElementInfo & | elementInfo | ) | const [inline] |
Projection Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::projection | ( | const ElementInfo & | elementInfo, |
const int | face | ||
) | const [inline] |
Reimplemented from Dune::Alberta::ProjectionFactory< Alberta::DuneBoundaryProjection< dim >, ProjectionFactory >.
References Dune::Alberta::max().
Projection Dune::GridFactory< AlbertaGrid< dim, dimworld > >::ProjectionFactory::projection | ( | const ElementInfo & | elementInfo | ) | const [inline] |
const int Dune::Alberta::ProjectionFactoryInterface< Alberta::DuneBoundaryProjection< dim > , ProjectionFactory >::dimension [static, inherited] |