From c907d6b3c32d9d2879b51776d7dd62ea37154e2f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de>
Date: Tue, 16 Oct 2018 10:58:20 +0200
Subject: [PATCH] [box][fvgridgeom] improve docu

---
 dumux/discretization/box/fvgridgeometry.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dumux/discretization/box/fvgridgeometry.hh b/dumux/discretization/box/fvgridgeometry.hh
index cb40accda4..7459d1aa9a 100644
--- a/dumux/discretization/box/fvgridgeometry.hh
+++ b/dumux/discretization/box/fvgridgeometry.hh
@@ -313,7 +313,7 @@ public:
     std::size_t periodicallyMappedDof(std::size_t dofIdx) const
     { return periodicVertexMap_.at(dofIdx); }
 
-    //! The index of the vertex / d.o.f. on the other side of the periodic boundary
+    //! Returns the map between dofs across periodic boundaries
     const std::unordered_map<std::size_t, std::size_t> periodicVertexMap() const
     { return periodicVertexMap_; }
 
@@ -504,7 +504,7 @@ public:
     std::size_t periodicallyMappedDof(std::size_t dofIdx) const
     { return periodicVertexMap_.at(dofIdx); }
 
-    //! The index of the vertex / d.o.f. on the other side of the periodic boundary
+    //! Returns the map between dofs across periodic boundaries
     const std::unordered_map<std::size_t, std::size_t> periodicVertexMap() const
     { return periodicVertexMap_; }
 
-- 
GitLab