[Dune] [Fwd: [Dune-Commit] dune-grid r5686 - trunk/grid]

Oliver Sander sander at mi.fu-berlin.de
Tue Sep 29 13:23:16 CEST 2009


Hi Martin!
I am getting old and my memory is weak: when did we decide
that hierarchic index sets become part of the interface?

Thanks,
Oliver

-------- Original-Nachricht --------
Betreff: 	[Dune-Commit] dune-grid r5686 - trunk/grid
Datum: 	Tue, 29 Sep 2009 12:48:14 +0200
Von: 	mnolte at dune-project.org
An: 	dune-commit at dune-project.org



Author: mnolte
Date: 2009-09-29 12:48:14 +0200 (Tue, 29 Sep 2009)
New Revision: 5686

Modified:
   trunk/grid/yaspgrid.hh
Log:
add Capability hasHierarchicIndexSet (so that it works with geogrid)


Modified: trunk/grid/yaspgrid.hh
===================================================================
--- trunk/grid/yaspgrid.hh	2009-09-29 10:47:35 UTC (rev 5685)
+++ trunk/grid/yaspgrid.hh	2009-09-29 10:48:14 UTC (rev 5686)
@@ -3191,6 +3191,20 @@
     static const bool v = false;
   };
 
+
+
+  // non-standard capabilities
+  // -------------------------
+
+  template< class Grid >
+  struct hasHierarchicIndexSet;
+
+  template< int dim >
+  struct hasHierarchicIndexSet< YaspGrid< dim > >
+  {
+    static const bool v = false;
+  };
+
 }
 
 } // end namespace


_______________________________________________
Dune-Commit mailing list
Dune-Commit at dune-project.org
http://lists.dune-project.org/mailman/listinfo/dune-commit


-- 
************************************************************************
* Oliver Sander                ** email: sander at mi.fu-berlin.de        *
* Freie Universität Berlin     ** phone: + 49 (30) 838 75348           *
* Institut für Mathematik      ** URL  : page.mi.fu-berlin.de/~sander  *
* Arnimallee 6                 ** -------------------------------------*
* 14195 Berlin, Germany        ** Member of MATHEON (www.matheon.de)   *
************************************************************************





More information about the Dune mailing list