Base class for the finite volume geometry vector for the pq1bubble method This builds up the sub control volumes and sub control volume faces for each element of the grid partition. More...
#include <utility>
#include <unordered_map>
#include <dune/grid/common/mcmgmapper.hh>
#include <dumux/discretization/method.hh>
#include <dumux/common/indextraits.hh>
#include <dumux/common/defaultmappertraits.hh>
#include <dumux/geometry/center.hh>
#include <dumux/geometry/volume.hh>
#include <dumux/discretization/basegridgeometry.hh>
#include <dumux/discretization/pq1bubble/geometryhelper.hh>
#include <dumux/discretization/pq1bubble/fvelementgeometry.hh>
#include <dumux/discretization/pq1bubble/subcontrolvolume.hh>
#include <dumux/discretization/pq1bubble/subcontrolvolumeface.hh>
#include <dumux/discretization/pq1bubble/pq1bubblefecache.hh>
#include <dumux/discretization/extrusion.hh>
Go to the source code of this file.
Classes | |
struct | Dumux::PQ1BubbleMapperTraits< GridView > |
struct | Dumux::PQ1BubbleDefaultGridGeometryTraits< GridView, MapperTraits > |
The default traits for the pq1bubble finite volume grid geometry Defines the scv and scvf types and the mapper types. More... | |
class | Dumux::PQ1BubbleFVGridGeometry< Scalar, GV, enableCaching, Traits > |
Base class for the finite volume geometry vector for pq1bubble schemes This builds up the sub control volumes and sub control volume faces. More... | |
Namespaces | |
namespace | Dumux |
namespace | Dumux::Detail |
Distance implementation details. | |
Typedefs | |
template<class GV , class T > | |
using | Dumux::Detail::PQ1BubbleGeometryHelper_t = Dune::Std::detected_or_t< Dumux::PQ1BubbleGeometryHelper< GV, typename T::SubControlVolume, typename T::SubControlVolumeFace >, SpecifiesGeometryHelper, T > |