From 8fc39955b199c3854606466e1172a9ccf9453cd6 Mon Sep 17 00:00:00 2001
From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de>
Date: Thu, 28 Jun 2018 14:04:11 +0200
Subject: [PATCH] [baseFVGridGeometry] Export grid type

---
 dumux/discretization/basefvgridgeometry.hh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dumux/discretization/basefvgridgeometry.hh b/dumux/discretization/basefvgridgeometry.hh
index 4a6a378a5f..45bad97574 100644
--- a/dumux/discretization/basefvgridgeometry.hh
+++ b/dumux/discretization/basefvgridgeometry.hh
@@ -55,6 +55,8 @@ class BaseFVGridGeometry
     using Element = typename GV::template Codim<0>::Entity;
 
 public:
+    //! export the grid type
+    using Grid = typename GV::Grid;
     //! export the grid view type
     using GridView = GV;
     //! export the global coordinate type
-- 
GitLab