|
FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <test_Tables.hpp>

Public Member Functions | |
| test_Tables (MPI_Comm comm) | |
| virtual | ~test_Tables () |
| const char * | getName () |
| int | runtests () |
| 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_ |
Definition at line 18 of file test_Tables.hpp.
| test_Tables::test_Tables | ( | MPI_Comm | comm | ) |
Definition at line 22 of file test_Tables.cpp.
|
virtual |
Definition at line 27 of file test_Tables.cpp.
|
inlinevirtual |
|
virtual |
Implements tester.
Definition at line 31 of file test_Tables.cpp.
References CHK_ERR, tester::numProcs_, test1(), test2(), test3(), and test4().
| int test_Tables::test1 | ( | ) |
Definition at line 46 of file test_Tables.cpp.
References snl_fei::RaggedTable< MAP_TYPE, SET_TYPE >::addIndices(), and snl_fei::RaggedTable< MAP_TYPE, SET_TYPE >::equal().
Referenced by runtests().
| int test_Tables::test2 | ( | ) |
Definition at line 92 of file test_Tables.cpp.
Referenced by runtests().
| int test_Tables::test3 | ( | ) |
Definition at line 97 of file test_Tables.cpp.
References ProcEqns::addEqn().
Referenced by runtests().
| int test_Tables::test4 | ( | ) |
Definition at line 115 of file test_Tables.cpp.
Referenced by runtests().
1.8.5