3 #ifndef DUNE_ALU2D_BNDPROJECTION_HH
4 #define DUNE_ALU2D_BNDPROJECTION_HH
13 template<
class Gr
id >
35 return callProjection( grid_.boundaryProjection( hbndel->segmentIndex() ), global );
40 return callProjection( grid_.globalProjection(), global );
49 for(
int i = 0; i <
ncoord; ++i )
52 for(
int i = 0; i <
ncoord; ++i )
63 #endif // #ifndef DUNE_ALU2D_BNDPROJECTION_HH
#define ALU2DSPACE
Definition: alu2dinclude.hh:34
DuneBoundaryProjectionType::CoordinateType CoordinateType
Definition: 2d/bndprojection.hh:27
Grid::DuneBoundaryProjectionType DuneBoundaryProjectionType
Definition: 2d/bndprojection.hh:25
ALU2dGridBoundaryProjection(const Grid &grid)
Definition: 2d/bndprojection.hh:29
Base::helement_t helement_t
Definition: 2d/bndprojection.hh:23
The dimension of the world the grid lives in.
Definition: common/grid.hh:406
Base::hbndel_t hbndel_t
Definition: 2d/bndprojection.hh:22
int operator()(const hbndel_t *hbndel, const double local, double(&global)[ncoord]) const
Definition: 2d/bndprojection.hh:33
Grid abstract base classThis class is the base class for all grid implementations. Although no virtual functions are used we call it abstract since its methods do not contain an implementation but forward to the methods of the derived class via the Barton-Nackman trick.
Definition: common/grid.hh:386
Definition: 2d/bndprojection.hh:14
#define ALU2DDIMWORLD(dimw, eltype)
Definition: alu2dinclude.hh:37
Definition: 2d/bndprojection.hh:20