dune-istl  2.3.0
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
Category for ovelapping solvers.
Definition: solvercategory.hh:26
Categories for the solvers.
Definition: solvercategory.hh:18
Category
Definition: solvercategory.hh:20
Category for sequential solvers.
Definition: solvercategory.hh:22
Category for on overlapping solvers.
Definition: solvercategory.hh:24