CppNoddy
0.92
|
We do some obviously dumb things to induce a handful of common failures. More...
Go to the source code of this file.
Classes | |
class | CppNoddy::Example::Cube_root_problem |
The problem to be solved, here z^3 -1 in complex form. More... | |
Namespaces | |
namespace | CppNoddy |
A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics. | |
namespace | CppNoddy::Example |
Functions | |
int | main () |
We do some obviously dumb things to induce a handful of common failures.
The failures should result in exceptions being thrown, which should be caught. The test is passed if the required number of exceptions are successfully caught.
Definition in file ExceptionChecks.cpp.
int main | ( | ) |
Definition at line 39 of file ExceptionChecks.cpp.
References CppNoddy::DenseMatrix< _Type >::add(), CppNoddy::Newton< _Type >::iterate(), and CppNoddy::DenseLinearSystem< _Type >::solve().
© 2012
R.E. Hewitt