3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Classes | Namespaces
#include <algorithm>
#include <cassert>
#include <fstream>
#include <iostream>
#include <sstream>
#include <typeinfo>
#include <unordered_map>
#include <dune/common/timer.hh>
#include <dune/common/version.hh>
#include <dune/common/fvector.hh>
#include <dune/geometry/type.hh>
#include <dumux/common/indextraits.hh>

Go to the source code of this file.

Description

Reads gmsh files where (n-1)-dimensional grids are defined on the faces or edges of n-dimensional grids.

Note
Lower-dimensional entities appearing in the grid file are interpreted either as parts of a lower-dimensional grid living on the sub-entities of the grids with higher dimension, or as boundary segments. Per default, we consider all entities as part of the lower-dimensional grids. If you want to specify boundary segments as well, provide a threshold physical entity index. All entities with physical entity indices below this threshold will then be interpreted as boundary segments. Use respective physical entity indexing in your grid file in that case.
Template Parameters
BulkGridThe type of the highest-dimensional grid in the hierachy
numGridsThe number of grids to be considered in the hierarchy

Classes

class  Dumux::FacetCouplingGmshReader< BulkGrid, numGrids >
 Reads gmsh files where (n-1)-dimensional grids are defined on the faces or edges of n-dimensional grids. More...
 

Namespaces

namespace  Dumux
 make the local view function available whenever we use the grid geometry
 
Include dependency graph for gmshreader.hh: