dune-istl  2.3.1
solvercategory.hh
Go to the documentation of this file.
1 // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 // vi: set et ts=4 sw=2 sts=2:
3 // $Id$
4 #ifndef DUNE_SOLVERCATEGORY_HH
5 #define DUNE_SOLVERCATEGORY_HH
6 
7 
8 namespace Dune {
9 
19  {
20  enum Category {
27  };
28  };
29 
32 } // end namespace
33 
34 #endif