OPALX (Object Oriented Parallel Accelerator Library for Exascal)
master (dc2a29eed580)
OPALX
Loading...
Searching...
No Matches
ConvergenceError.h
Go to the documentation of this file.
1
#ifndef OPAL_ConvergenceError_HH
2
#define OPAL_ConvergenceError_HH
3
4
// ------------------------------------------------------------------------
5
// $RCSfile: ConvergenceError.h,v $
6
// ------------------------------------------------------------------------
7
// $Revision: 1.1.1.1 $
8
// ------------------------------------------------------------------------
9
// Copyright: see Copyright.readme
10
// ------------------------------------------------------------------------
11
//
12
// Class: ConvergenceError
13
//
14
// ------------------------------------------------------------------------
15
// Class category: Utilities
16
// ------------------------------------------------------------------------
17
//
18
// $Date: 2000/03/27 09:32:37 $
19
// $Author: fci $
20
//
21
// ------------------------------------------------------------------------
22
23
#include "
Utilities/ArithmeticError.h
"
24
25
#include <string>
26
27
// Class ConvergenceError
28
// ------------------------------------------------------------------------
30
// This exception is thrown, when an iterative algorithm fails to converge.
31
32
class
ConvergenceError
:
public
ArithmeticError
{
33
public
:
35
// Arguments:
36
// [DL]
37
// [DT][b]meth[/b]
38
// [DD]the name of the method or function detecting the exception
39
// [DT][b]msg [/b]
40
// [DD]the message string identifying the exception
41
// [/DL]
42
ConvergenceError
(
const
std::string&
method
,
const
std::string&
message
);
43
44
ConvergenceError
(
const
ConvergenceError
&);
45
virtual
~ConvergenceError
();
46
47
private
:
48
// Not implemented.
49
ConvergenceError
();
50
};
51
52
#endif
// OPAL_ConvergenceError_HH
ArithmeticError.h
ArithmeticError
The abstract base class for all OPALX arithmetic exceptions.
Definition
ArithmeticError.h:33
ConvergenceError
Convergence error exception.
Definition
ConvergenceError.h:32
ConvergenceError::~ConvergenceError
virtual ~ConvergenceError()
Definition
ConvergenceError.cpp:31
ConvergenceError::ConvergenceError
ConvergenceError()
OpalException::method
const std::string method
Definition
OpalException.h:57
OpalException::message
const std::string message
Definition
OpalException.h:56
src
Utilities
ConvergenceError.h
Generated on Mon Jun 1 2026 10:40:53 for OPALX (Object Oriented Parallel Accelerator Library for Exascal) by
1.9.8