Class for grid data attached to dgf or gmsh grid files.
#include <algorithm>#include <memory>#include <string>#include <type_traits>#include <unordered_map>#include <vector>#include <fstream>#include <dune/common/exceptions.hh>#include <dune/grid/common/gridfactory.hh>#include <dune/grid/common/mcmgmapper.hh>#include <dune/grid/io/file/dgfparser/gridptr.hh>#include <dune/grid/io/file/dgfparser/parser.hh>#include <dune/grid/utility/persistentcontainer.hh>#include <dune/geometry/axisalignedcubegeometry.hh>#include <dumux/common/indextraits.hh>#include <dumux/porenetwork/common/throatproperties.hh>#include "parametersforgeneratedgrid.hh"Go to the source code of this file.
| Classes | |
| class | Dumux::PoreNetwork::GridData< Grid > | 
| Class for grid data attached to dgf or gmsh grid files.  More... | |
| Namespaces | |
| namespace | Dumux | 
| namespace | Dumux::PoreNetwork |