1 #ifndef DUNE_ALU_BNDPROJECTION_HH
2 #define DUNE_ALU_BNDPROJECTION_HH
8 template <
class Gr
idImp,
class ctype =
double >
10 #ifdef ALUGRID_VERTEX_PROJECTION
11 :
public GridImp :: ALUGridVertexProjectionType
14 typedef GridImp GridType;
16 typedef ctype coord_t[ GridType :: dimensionworld ];
26 typedef typename DuneBoundaryProjectionType :: CoordinateType
CoordinateType;
43 const int segmentIndex,
46 #ifdef ALUGRID_VERTEX_PROJECTION
49 grid_.boundaryProjection( segmentIndex );
56 (*bndPrj)(
reinterpret_cast<const CoordinateType &
> (* (&orig[0])) );