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);
Include standard header files.
Definition: agrid.hh:58
int & noflines()
Definition: basic.hh:85
int linenumber()
Definition: basic.hh:90
Definition: boundaryseg.hh:23
bool ok()
Definition: boundaryseg.hh:46
int get(std ::map< EntityKey, BndParam > &facemap, bool fixedsize, int vtxoffset)
Definition: boundaryseg.cc:33
std::pair< int, BoundaryParameter > BndParam
Definition: boundaryseg.hh:34
BoundarySegBlock(std ::istream &in, int pnofvtx, int pdimworld, bool psimplexgrid)
Definition: boundaryseg.cc:16
DGFEntityKey< unsigned int > EntityKey
Definition: boundaryseg.hh:33
int nofbound()
Definition: boundaryseg.hh:51
std::string type
type of additional boundary parameters
Definition: parser.hh:23