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 );
Definition: alugrid/common/declaration.hh:18
Definition: simplex.hh:19
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
bool ok()
Definition: simplex.hh:42
SimplexBlock(std::istream &in, int pnofvtx, int pvtxoffset, int &pdimgrid)
Definition: simplex.cc:17
int & noflines()
Definition: basic.hh:85
int nofsimplex()
Definition: simplex.hh:47