OPAL (Object Oriented Parallel Accelerator Library)
2024.1
OPAL
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
Classic
Utilities
ConvergenceError.cpp
Go to the documentation of this file.
1
// ------------------------------------------------------------------------
2
// $RCSfile: ConvergenceError.cpp,v $
3
// ------------------------------------------------------------------------
4
// $Revision: 1.1.1.1 $
5
// ------------------------------------------------------------------------
6
// Copyright: see Copyright.readme
7
// ------------------------------------------------------------------------
8
//
9
// Class: ConvergenceError
10
// Problems with convergence of iterations and series.
11
//
12
// ------------------------------------------------------------------------
13
// Class category: Utilities
14
// ------------------------------------------------------------------------
15
//
16
// $Date: 2000/03/27 09:32:37 $
17
// $Author: fci $
18
//
19
// ------------------------------------------------------------------------
20
21
#include "
Utilities/ConvergenceError.h
"
22
23
24
// Class ConvergenceError
25
// ------------------------------------------------------------------------
26
27
28
ConvergenceError::ConvergenceError
(
const
std::string &meth,
const
std::string &msg):
29
ArithmeticError
(meth, msg)
30
{}
31
32
33
ConvergenceError::ConvergenceError
(
const
ConvergenceError
&rhs):
34
ArithmeticError
(rhs)
35
{}
36
37
38
ConvergenceError::~ConvergenceError
()
39
{}
ArithmeticError
The abstract base class for all CLASSIC arithmetic exceptions.
Definition:
ArithmeticError.h:33
ConvergenceError::ConvergenceError
ConvergenceError()
ConvergenceError
Convergence error exception.
Definition:
ConvergenceError.h:32
ConvergenceError::~ConvergenceError
virtual ~ConvergenceError()
Definition:
ConvergenceError.cpp:38
ConvergenceError.h
Generated on Tue Jul 2 2024 15:05:23 for OPAL (Object Oriented Parallel Accelerator Library) by
1.8.5