Grid manager specialization for SubGrid .
#include <memory>#include <utility>#include <algorithm>#include <stack>#include <vector>#include <numeric>#include <dune/common/shared_ptr.hh>#include <dune/common/concept.hh>#include <dune/common/exceptions.hh>#include <dune/grid/common/exceptions.hh>#include <dune/grid/yaspgrid.hh>#include <dune/subgrid/subgrid.hh>#include <dumux/io/rasterimagereader.hh>#include <dumux/io/rasterimagewriter.hh>#include <dumux/io/grid/gridmanager_base.hh>#include <dumux/io/grid/periodicgridtraits.hh>#include <dumux/common/parameters.hh>#include <dumux/common/boundaryflag.hh>Go to the source code of this file.
Classes | |
| struct | Dumux::Concept::ElementSelector< Element > |
| The element selector concept. More... | |
| class | Dumux::SubGridManagerBase< HostGrid, HostGridManager > |
| The base class for grid managers for dune-subgrid. More... | |
| class | Dumux::GridManager< Dune::SubGrid< dim, HostGrid > > |
| Provides a grid manager for SubGrids from information in the input file. More... | |
| class | Dumux::GridManager< Dune::SubGrid< dim, Dune::YaspGrid< dim, Coordinates > > > |
| Provides a grid manager for SubGrids from information in the input file. More... | |
| class | Dumux::BoundaryFlag< Dune::SubGrid< dim, HostGrid > > |
| dune-subgrid doesn't have this implemented More... | |
| struct | Dumux::PeriodicGridTraits< Dune::SubGrid< dim, HostGrid, MapIndexStorage > > |
| SubGrid does not preserve intersection.boundary() at periodic boundaries of host grid. More... | |
| struct | Dumux::PeriodicGridTraits< Dune::SubGrid< dim, HostGrid, MapIndexStorage > >::SupportsPeriodicity |
Namespaces | |
| namespace | Dumux |
| namespace | Dumux::Concept |