FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <test_AztecWrappers.hpp>
Public Member Functions | |
test_AztecWrappers (MPI_Comm comm) | |
virtual | ~test_AztecWrappers () |
const char * | getName () |
int | runtests () |
int | serialtest1 () |
int | test1 () |
int | test2 () |
int | test3 () |
int | test4 () |
Public Member Functions inherited from tester | |
tester (MPI_Comm comm) | |
virtual | ~tester () |
void | setPath (const std::string &path) |
Additional Inherited Members | |
Protected Attributes inherited from tester | |
MPI_Comm | comm_ |
int | numProcs_ |
int | localProc_ |
std::string | path_ |
Unit-tester for Aztec wrapper classes.
Definition at line 20 of file test_AztecWrappers.hpp.
test_AztecWrappers::test_AztecWrappers | ( | MPI_Comm | comm | ) |
Definition at line 40 of file test_AztecWrappers.cpp.
|
virtual |
Definition at line 45 of file test_AztecWrappers.cpp.
|
inlinevirtual |
A name describing this test.
Implements tester.
Definition at line 25 of file test_AztecWrappers.hpp.
|
virtual |
Implements tester.
Definition at line 49 of file test_AztecWrappers.cpp.
References CHK_ERR, tester::numProcs_, serialtest1(), test1(), test2(), test3(), and test4().
int test_AztecWrappers::serialtest1 | ( | ) |
Definition at line 62 of file test_AztecWrappers.cpp.
Referenced by runtests().
int test_AztecWrappers::test1 | ( | ) |
Definition at line 67 of file test_AztecWrappers.cpp.
References CHK_ERR, tester::comm_, ERReturn, tester::localProc_, and tester::numProcs_.
Referenced by runtests().
int test_AztecWrappers::test2 | ( | ) |
Definition at line 200 of file test_AztecWrappers.cpp.
Referenced by runtests().
int test_AztecWrappers::test3 | ( | ) |
Definition at line 205 of file test_AztecWrappers.cpp.
Referenced by runtests().
int test_AztecWrappers::test4 | ( | ) |
Definition at line 210 of file test_AztecWrappers.cpp.
Referenced by runtests().