|
dune-grid 2.10
|
#include <dune/grid/albertagrid/projection.hh>
Public Types | |
| typedef Alberta::ElementInfo< dimension > | ElementInfo |
| typedef FieldVector< Real, dimWorld > | GlobalCoordinate |
| typedef Dune::DuneBoundaryProjection< dimWorld > | Projection |
| typedef std::shared_ptr< const Projection > | ProjectionPtr |
Public Member Functions | |
| DuneBoundaryProjection (const ProjectionPtr &projection) | |
| void | operator() (const ElementInfo &, const LocalVector, GlobalVector global) const |
| const Projection & | projection () const |
Static Public Attributes | |
| static const int | dimension = dim |
| typedef Alberta::ElementInfo< dimension > Dune::Alberta::DuneBoundaryProjection< dim >::ElementInfo |
| typedef FieldVector< Real, dimWorld > Dune::Alberta::DuneBoundaryProjection< dim >::GlobalCoordinate |
| typedef Dune::DuneBoundaryProjection< dimWorld > Dune::Alberta::DuneBoundaryProjection< dim >::Projection |
| typedef std::shared_ptr< const Projection > Dune::Alberta::DuneBoundaryProjection< dim >::ProjectionPtr |
|
inlineexplicit |
|
inline |
|
inline |
|
static |