dune-istl
2.3beta2
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
istl
istlexception.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_ISTLEXC_HH
4
#define DUNE_ISTLEXC_HH
5
6
#include <dune/common/exceptions.hh>
7
8
namespace
Dune {
9
15
16
class
ISTLError
:
public
Dune::MathError {};
17
19
class
BCRSMatrixError
20
:
public
ISTLError
21
{};
22
24
32
class
ImplicitModeOverflowExhausted
33
:
public
BCRSMatrixError
34
{};
35
38
}
// end namespace
39
40
#endif
Generated on Mon Feb 10 2014 21:15:19 for dune-istl by
1.8.1.2