Creates a network grid from a structured lattice. Connections can be randomly deleted.
#include <vector>#include <memory>#include <type_traits>#include <random>#include <dune/common/concept.hh>#include <dune/common/exceptions.hh>#include <dune/grid/common/gridfactory.hh>#include <dune/grid/yaspgrid.hh>#include <dune/geometry/referenceelements.hh>#include <dune/foamgrid/foamgrid.hh>#include <dune/foamgrid/dgffoam.hh>#include <dumux/io/grid/gridmanager_yasp.hh>#include <dumux/common/parameters.hh>#include <dumux/common/exceptions.hh>Go to the source code of this file.
Classes | |
| struct | Dumux::PoreNetwork::Concept::LowDimElementSelector< GlobalPosition > |
| The element selector concept. More... | |
| class | Dumux::PoreNetwork::StructuredLatticeGridCreator< dimWorld > |
| Creates a network grid from a structured lattice. Connections can be randomly deleted. More... | |
Namespaces | |
| namespace | Dumux |
| namespace | Dumux::PoreNetwork |
| namespace | Dumux::PoreNetwork::Concept |