From 2e9d041de649043a4b05416721e622ba56e036d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de>
Date: Fri, 27 Apr 2018 17:00:39 +0200
Subject: [PATCH] [io][vtk] remove unused stuff

---
 dumux/io/vtkoutputmodule.hh | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/dumux/io/vtkoutputmodule.hh b/dumux/io/vtkoutputmodule.hh
index 97b94f2be3..65f045d5ad 100644
--- a/dumux/io/vtkoutputmodule.hh
+++ b/dumux/io/vtkoutputmodule.hh
@@ -76,8 +76,6 @@ class VtkOutputModule
     using Scalar = typename GridVariables::Scalar;
 
     using GridView = typename FVGridGeometry::GridView;
-    using ElementMapper = typename FVGridGeometry::ElementMapper;
-    using VertexMapper = typename FVGridGeometry::VertexMapper;
 
     enum {
         dim = GridView::dimension,
@@ -581,18 +579,6 @@ private:
     //! return the number of dofs
     std::size_t numDofs_() const { return gridGeom_.gridView().size(dofCodim); }
 
-     /*!
-     * \brief Helper function to retrieve privar data from the solution vector
-     *        May be specialized.
-     *
-     * \param dofIdxGlobal The global dof index
-     * \param pvIdx The index of the primary variable
-     */
-    auto getPriVarData_(const std::size_t dofIdxGlobal, const std::size_t pvIdx)
-    {
-        return sol_[dofIdxGlobal][pvIdx];
-    }
-
     const Problem& problem_;
     const FVGridGeometry& gridGeom_;
     const GridVariables& gridVariables_;
-- 
GitLab