Dune Core Modules (2.6.0)

istlexception.hh
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_ISTLEXCEPTION_HH
4 #define DUNE_ISTL_ISTLEXCEPTION_HH
5 
7 
8 namespace Dune {
9 
16  class ISTLError : public Dune::MathError {};
17 
20  : public ISTLError
21  {};
22 
24 
33  : public BCRSMatrixError
34  {};
35 
37 
43  class SolverAbort : public ISTLError {};
44 
47 } // end namespace
48 
49 #endif
Error specific to BCRSMatrix.
Definition: istlexception.hh:21
derive error class from the base class in common
Definition: istlexception.hh:16
The overflow error used during implicit BCRSMatrix construction was exhausted.
Definition: istlexception.hh:34
Default exception class for mathematical errors.
Definition: exceptions.hh:239
Thrown when a solver aborts due to some problem.
Definition: istlexception.hh:43
A few common exception classes.
Dune namespace.
Definition: alignedallocator.hh:10
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 2, 22:35, 2024)