4 #ifndef DUNE_GRID_IO_FILE_GMSH_TYPES_HH 5 #define DUNE_GRID_IO_FILE_GMSH_TYPES_HH 12 #include <dune/common/ftraits.hh> 13 #include <dune/geometry/type.hh> 33 int gmshVertexToDuneVertex (
int idx)
const 35 return permutation_[idx];
39 bool identityPermutation ()
const 41 return identityPermutation_;
46 std::vector<int> permutation_;
47 bool identityPermutation_;
Definition: filereader.hh:14
GeometryType
Type representing VTK's entity geometry types.
Definition: common.hh:132