3 #ifndef DUNE_DGF_BOUNDARYSEGBLOCK_HH
4 #define DUNE_DGF_BOUNDARYSEGBLOCK_HH
26 std :: vector< unsigned int > p;
29 BoundaryParameter parameter;
34 typedef std::pair < int, BoundaryParameter >
BndParam;
38 int pdimworld,
bool psimplexgrid );
41 int get( std :: map< EntityKey, BndParam > & facemap,
60 int operator[] (
int i)
64 assert(0<=i && i<dimworld+1);