dune-grid 2.12-git
Loading...
Searching...
No Matches
gmshreader.hh File Reference

Go to the source code of this file.

Classes

struct  Dune::GmshReaderOptions
 Options for read operation. More...
 
struct  Dune::GmshReaderParser< GridType >
 The GmshReaderParser class has been renamed and moved to the Impl::Gmsh namespace. More...
 
class  Dune::GmshReader< GridType >
 Read Gmsh mesh file. More...
 

Namespaces

namespace  Dune
 Include standard header files.
 
namespace  Dune::Gmsh
 

Enumerations

enum class  Dune::Gmsh::ReaderOptions { Dune::Gmsh::ReaderOptions::verbose = 1 , Dune::Gmsh::ReaderOptions::insertBoundarySegments = 2 , Dune::Gmsh::ReaderOptions::readElementData = 4 , Dune::Gmsh::ReaderOptions::readBoundaryData = 8 }
 Options for the Gmsh mesh file reader. More...
 

Functions

constexpr ReaderOptions Dune::Gmsh::operator| (ReaderOptions a, ReaderOptions b)
 composition operator for reader options
 
constexpr bool Dune::Gmsh::operator& (ReaderOptions a, ReaderOptions b)
 query operator for reader options (is b set in a)