5#ifndef DUNE_DGF_SIMPLEXBLOCK_HH
6#define DUNE_DGF_SIMPLEXBLOCK_HH
11#include <dune/grid/io/file/dgfparser/blocks/basic.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 );
constexpr GeometryType simplex(unsigned int dim)
Returns a GeometryType representing a simplex of dimension dim.
Definition: type.hh:464
Dune namespace.
Definition: alignedallocator.hh:13