#include <algorithm>
#include <iostream>
#include <map>
#include <unordered_map>
#include <tuple>
#include <vector>
#include <dune/common/timer.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/indices.hh>
#include <dune/common/reservedvector.hh>
#include <dune/geometry/axisalignedcubegeometry.hh>
#include <dumux/geometry/diameter.hh>
#include <dumux/geometry/intersectingentities.hh>
#include <dumux/discretization/method.hh>
#include <dumux/discretization/facecentered/staggered/normalaxis.hh>
Go to the source code of this file.
Coupling mapper for staggered free-flow and pore-network models.
Classes | |
class | Dumux::StaggeredFreeFlowPoreNetworkCouplingMapper |
Coupling mapper for staggered free-flow and pore-network models. More... | |
Namespaces | |
namespace | Dumux |