5 #ifndef DUNE_DGF_SIMPLEXBLOCK_HH 6 #define DUNE_DGF_SIMPLEXBLOCK_HH 31 SimplexBlock ( std :: istream &in,
int pnofvtx,
int pvtxoffset,
int &pdimgrid );
33 int get ( std :: vector< std :: vector< unsigned int > > &simplex,
34 std :: vector< std :: vector< double > > ¶ms,
39 cube2simplex ( std :: vector< std :: vector< double > > &vtx,
40 std :: vector< std :: vector< unsigned int > > &elements,
41 std :: vector< std :: vector< double > > ¶ms );
58 bool next ( std :: vector< unsigned int > &simplex,
59 std :: vector< double > ¶m );
static int cube2simplex(std ::vector< std ::vector< double > > &vtx, std ::vector< std ::vector< unsigned int > > &elements, std ::vector< std ::vector< double > > ¶ms)
Definition: simplex.cc:145
int nofsimplex()
Definition: simplex.hh:49
int & noflines()
Definition: basic.hh:87
SimplexBlock(std ::istream &in, int pnofvtx, int pvtxoffset, int &pdimgrid)
Definition: simplex.cc:18
bool ok()
Definition: simplex.hh:44
Include standard header files.
Definition: agrid.hh:59
Definition: simplex.hh:21