dune-istl
2.2.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
istl
solvertype.hh
Go to the documentation of this file.
1
// -*- tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2
// vi: set et ts=8 sw=4 sts=4:
3
#ifndef DUNE_ISTL_SOLVERTYPE_HH
4
#define DUNE_ISTL_SOLVERTYPE_HH
5
10
namespace
Dune
11
{
12
template
<
typename
Solver>
13
struct
IsDirectSolver
14
{
15
enum
16
{
22
value
=
false
23
};
24
};
25
}
// end namespace Dune
26
#endif
Generated on Sat May 18 2013 17:17:43 for dune-istl by
1.8.3.1