3 #ifndef DUNE_DGF_SIMPLEXBLOCK_HH
4 #define DUNE_DGF_SIMPLEXBLOCK_HH
29 SimplexBlock ( std :: istream &in,
int pnofvtx,
int pvtxoffset,
int &pdimgrid );
31 int get ( std :: vector< std :: vector< unsigned int > > &simplex,
32 std :: vector< std :: vector< double > > ¶ms,
37 cube2simplex ( std :: vector< std :: vector< double > > &vtx,
38 std :: vector< std :: vector< unsigned int > > &elements,
39 std :: vector< std :: vector< double > > ¶ms );
56 bool next ( std :: vector< unsigned int > &simplex,
57 std :: vector< double > ¶m );