3#ifndef DUNE_DGF_BOUNDARYSEGBLOCK_HH
4#define DUNE_DGF_BOUNDARYSEGBLOCK_HH
12#include <dune/grid/io/file/dgfparser/parser.hh>
13#include <dune/grid/io/file/dgfparser/blocks/basic.hh>
21 class BoundarySegBlock
26 std :: vector< unsigned int > p;
29 BoundaryParameter parameter;
33 typedef DGFEntityKey< unsigned int> EntityKey;
34 typedef std::pair < int, BoundaryParameter > BndParam;
37 BoundarySegBlock ( std :: istream &in,
int pnofvtx,
38 int pdimworld,
bool psimplexgrid );
41 int get( std :: map< EntityKey, BndParam > & facemap,
60 int operator[] (
int i)
63 assert(linenumber()>=0);
64 assert(0<=i && i<dimworld+1);
Dune namespace.
Definition: alignment.hh:14
std::string type
type of additional boundary parameters
Definition: parser.hh:23