dune-istl
2.3beta2
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
istl
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
18
struct
SolverCategory
19
{
20
enum
Category
{
22
sequential
,
24
nonoverlapping
,
26
overlapping
27
};
28
};
29
32
}
// end namespace
33
34
#endif
Generated on Mon Feb 10 2014 21:15:21 for dune-istl by
1.8.1.2