5#ifndef DUNE_DGF_BOUNDARYSEGBLOCK_HH
6#define DUNE_DGF_BOUNDARYSEGBLOCK_HH
28 std :: vector< unsigned int > p;
31 BoundaryParameter parameter;
36 typedef std::pair < int, BoundaryParameter >
BndParam;
40 int pdimworld,
bool psimplexgrid );
43 int get( std :: map< EntityKey, BndParam > & facemap,
62 int operator[] (
int i)
66 assert(0<=i && i<dimworld+1);
Include standard header files.
Definition: agrid.hh:60
int & noflines()
Definition: basic.hh:87
int linenumber()
Definition: basic.hh:92
Definition: boundaryseg.hh:25
bool ok()
Definition: boundaryseg.hh:48
int get(std ::map< EntityKey, BndParam > &facemap, bool fixedsize, int vtxoffset)
Definition: boundaryseg.cc:35
std::pair< int, BoundaryParameter > BndParam
Definition: boundaryseg.hh:36
BoundarySegBlock(std ::istream &in, int pnofvtx, int pdimworld, bool psimplexgrid)
Definition: boundaryseg.cc:18
DGFEntityKey< unsigned int > EntityKey
Definition: boundaryseg.hh:35
int nofbound()
Definition: boundaryseg.hh:53
std::string type
type of additional boundary parameters
Definition: parser.hh:25