1 #ifndef DUNE_DGF_BOUNDARYSEGBLOCK_HH
2 #define DUNE_DGF_BOUNDARYSEGBLOCK_HH
24 std :: vector< unsigned int > p;
27 BoundaryParameter parameter;
32 typedef std::pair < int, BoundaryParameter >
BndParam;
36 int pdimworld,
bool psimplexgrid );
39 int get( std :: map< EntityKey, BndParam > & facemap,
58 int operator[] (
int i)
62 assert(0<=i && i<dimworld+1);