Skip to content
Snippets Groups Projects
Commit 3bc47e58 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

[staggered] export the discretization method from the FVGridGeometry

Increase consistency with the other FVGridGeometries.
parent 30f5b4ac
No related branches found
No related tags found
1 merge request!799[staggered] export the discretization method from the FVGridGeometry
......@@ -25,6 +25,7 @@
#define DUMUX_DISCRETIZATION_STAGGERED_FV_GRID_GEOMETRY
#include <dumux/discretization/basefvgridgeometry.hh>
#include <dumux/discretization/methods.hh>
namespace Dumux {
......@@ -65,6 +66,9 @@ class StaggeredFVGridGeometry<GV, true, Traits>
using ConnectivityMap = typename Traits::template ConnectivityMap<ThisType>;
public:
//! export discretization method
static constexpr DiscretizationMethods discretizationMethod = DiscretizationMethods::Staggered;
//! export the type of the fv element geometry (the local view type)
using LocalView = typename Traits::template LocalView<ThisType, true>;
//! export the type of sub control volume
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment