dune-istl
2.7.0
dune
istl
solvertype.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_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
26
template
<
typename
Solver>
27
struct
StoresColumnCompressed
28
{
29
enum
30
{
34
value
=
false
35
};
36
};
37
}
// end namespace Dune
38
#endif
Dune::IsDirectSolver::value
@ value
Whether this is a direct solver.
Definition:
solvertype.hh:22
Dune::StoresColumnCompressed
Definition:
solvertype.hh:27
Dune::StoresColumnCompressed::value
@ value
whether the solver internally uses column compressed storage
Definition:
solvertype.hh:34
Dune
Definition:
allocator.hh:7
Dune::IsDirectSolver
Definition:
solvertype.hh:13
Generated by
1.8.17