1 #ifndef DUNE_DGF_SIMPLEXBLOCK_HH
2 #define DUNE_DGF_SIMPLEXBLOCK_HH
27 SimplexBlock ( std :: istream &in,
int pnofvtx,
int pvtxoffset,
int &pdimgrid );
29 int get ( std :: vector< std :: vector< unsigned int > > &
simplex,
30 std :: vector< std :: vector< double > > ¶ms,
35 cube2simplex ( std :: vector< std :: vector< double > > &vtx,
36 std :: vector< std :: vector< unsigned int > > &elements,
37 std :: vector< std :: vector< double > > ¶ms );
54 bool next ( std :: vector< unsigned int > &
simplex,
55 std :: vector< double > ¶m );