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>
15namespace Dune::Impl::Gmsh
24 CellType (GeometryType
const& t);
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_;
GeometryType
Type representing VTK's entity geometry types.
Definition common.hh:132