NeoPZ
Exception
TPZConvergenceException.cpp
Go to the documentation of this file.
1
/*
2
* File: TPZConvergenceException.cpp
3
* Author: thiago
4
*
5
* Created on 21 de Agosto de 2018, 11:57
6
*/
7
8
#include "
TPZConvergenceException.h
"
9
10
TPZConvergenceException::TPZConvergenceException
(REAL
tolerance
,
unsigned
int
maxIterations, REAL
error
,
unsigned
int
itNumber, std::string detail) :
TPZException
(detail),
11
fTolerance(tolerance), fMaxIterations(maxIterations), fError(error), fItNumber(itNumber) {
12
}
13
14
TPZConvergenceException::~TPZConvergenceException
() {
15
}
16
TPZConvergenceException::~TPZConvergenceException
virtual ~TPZConvergenceException()
Definition:
TPZConvergenceException.cpp:14
tolerance
const double tolerance
Tolerance value (Is zero)
Definition:
tpzellipse3d.cpp:29
error
void error(char *string)
Definition:
testShape.cc:7
TPZConvergenceException::TPZConvergenceException
TPZConvergenceException(REAL tolerance, unsigned int maxIterations, REAL error, unsigned int itNumber, std::string detail="")
Definition:
TPZConvergenceException.cpp:10
TPZConvergenceException.h
TPZException
Definition:
TPZException.h:13
Generated on Sun Aug 16 2020 11:17:00 for NeoPZ by
1.8.13