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 );
Include standard header files.
Definition: agrid.hh:60
int & noflines()
Definition: basic.hh:87
Definition: simplex.hh:23
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:146
int get(std ::vector< std ::vector< unsigned int > > &simplex, std ::vector< std ::vector< double > > ¶ms, int &nofp)
Definition: simplex.cc:69
SimplexBlock(std ::istream &in, int pnofvtx, int pvtxoffset, int &pdimgrid)
Definition: simplex.cc:19
int nofsimplex()
Definition: simplex.hh:49
bool ok()
Definition: simplex.hh:44