dune-istl
2.2.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
istl
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
16
struct
SolverCategory
17
{
18
enum
Category
{
20
sequential
,
22
nonoverlapping
,
24
overlapping
25
};
26
};
27
30
}
// end namespace
31
32
#endif
Generated on Tue Feb 26 2013 17:22:16 for dune-istl by
1.8.1.2