dune-istl  2.5-git
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 #ifndef DUNE_ISTL_SOLVERCATEGORY_HH
4 #define DUNE_ISTL_SOLVERCATEGORY_HH
5 
6 
7 namespace Dune {
8 
18  {
19  enum Category {
26  };
27  };
28 
31 } // end namespace
32 
33 #endif
Category
Definition: solvercategory.hh:19
Categories for the solvers.
Definition: solvercategory.hh:17
Category for sequential solvers.
Definition: solvercategory.hh:21
Category for overlapping solvers.
Definition: solvercategory.hh:25
Definition: basearray.hh:19
Category for non-overlapping solvers.
Definition: solvercategory.hh:23