3 #ifndef DUNE_ALU_BNDPROJECTION_HH
4 #define DUNE_ALU_BNDPROJECTION_HH
10 template <
class Gr
idImp,
class ctype =
double >
12 #ifdef ALUGRID_VERTEX_PROJECTION
13 :
public GridImp :: ALUGridVertexProjectionType
16 typedef GridImp GridType;
18 typedef ctype coord_t[ GridType :: dimensionworld ];
28 typedef typename DuneBoundaryProjectionType :: CoordinateType
CoordinateType;
44 const int segmentIndex,
47 #ifdef ALUGRID_VERTEX_PROJECTION
50 grid_.boundaryProjection( segmentIndex );
57 (*bndPrj)(
reinterpret_cast<const CoordinateType &
> (* (&orig[0])) );