From 1bb31341ee0cd7e0c6a55f4dfdbc542c0703a687 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Mon, 3 Jun 2013 14:15:40 +0200
Subject: [PATCH] More similiarity with the nonlinearity interface

---
 dune/tectonic/globalnonlinearity.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dune/tectonic/globalnonlinearity.hh b/dune/tectonic/globalnonlinearity.hh
index 3ba810a8..f0ad8933 100644
--- a/dune/tectonic/globalnonlinearity.hh
+++ b/dune/tectonic/globalnonlinearity.hh
@@ -18,6 +18,7 @@ class GlobalNonlinearity {
   using SingletonVectorType = BlockVector<FieldVector<double, 1>>;
 
 public:
+  using IndexSet = Dune::MatrixIndexSet;
   using MatrixType = MatrixTypeTEMPLATE;
   using VectorType = VectorTypeTEMPLATE;
   using LocalMatrixType = typename MatrixType::block_type;
-- 
GitLab