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 );
Include standard header files.
Definition: agrid.hh:59
int & noflines()
Definition: basic.hh:85
Definition: simplex.hh:21
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:144
int get(std ::vector< std ::vector< unsigned int > > &simplex, std ::vector< std ::vector< double > > ¶ms, int &nofp)
Definition: simplex.cc:67
SimplexBlock(std ::istream &in, int pnofvtx, int pvtxoffset, int &pdimgrid)
Definition: simplex.cc:17
int nofsimplex()
Definition: simplex.hh:47
bool ok()
Definition: simplex.hh:42