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 );
IteratorRange<... > elements(const GV &gv)
Iterates over all elements / cells (entities with codimension 0) of a GridView.
Include standard header files.
Definition agrid.hh:60
int & noflines()
Definition basic.hh:87
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 get(std ::vector< std ::vector< unsigned int > > &simplex, std ::vector< std ::vector< double > > ¶ms, int &nofp)
Definition simplex.cc:68
SimplexBlock(std ::istream &in, int pnofvtx, int pvtxoffset, int &pdimgrid)
Definition simplex.cc:18
int nofsimplex()
Definition simplex.hh:49
bool ok()
Definition simplex.hh:44