dune-istl  2.2.0
solvercategory.hh
Go to the documentation of this file.
1 // $Id: solvercategory.hh 1445 2011-01-24 11:42:55Z mblatt $
2 #ifndef DUNE_SOLVERCATEGORY_HH
3 #define DUNE_SOLVERCATEGORY_HH
4 
5 
6 namespace Dune {
7 
17  {
18  enum Category {
25  };
26  };
27 
30 } // end namespace
31 
32 #endif