3#ifndef DUNE_DGF_GENERALBLOCK_HH
4#define DUNE_DGF_GENERALBLOCK_HH
9#include <dune/grid/io/file/dgfparser/blocks/basic.hh>
17#ifdef EXPERIMENTAL_GRID_EXTENSIONS
27 std :: vector< unsigned int > map;
32 GeneralBlock ( std :: istream &in,
int pnofvtx,
int pvtxoffset,
int &pdimgrid );
34 int get ( std :: vector< std :: vector< unsigned int> > &simplex,
35 std :: vector< std :: vector< double > > ¶ms,
53 bool next ( std :: vector< unsigned int > &simplex,
54 std :: vector< double > ¶m );
Dune namespace.
Definition: alignment.hh:10