dune-istl  2.2.0
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>
14  {
15  enum
16  {
22  value =false
23  };
24  };
25 }// end namespace Dune
26 #endif