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

Public Member Functions | |
| test_LinearSystem (MPI_Comm comm) | |
| virtual | ~test_LinearSystem () |
| const char * | getName () |
| int | runtests () |
| int | test1 () |
| int | test2 () |
| int | test3 () |
| int | test4 () |
| int | test5 () |
Public Member Functions inherited from tester | |
| tester (MPI_Comm comm) | |
| virtual | ~tester () |
| virtual const char * | getName ()=0 |
| virtual int | runtests ()=0 |
| 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 snl_fei::LinearSystem.
Definition at line 24 of file test_LinearSystem.hpp.
| test_LinearSystem::test_LinearSystem | ( | MPI_Comm | comm | ) |
Definition at line 30 of file test_LinearSystem.cpp.
|
virtual |
Definition at line 35 of file test_LinearSystem.cpp.
|
inlinevirtual |
A name describing this test.
Implements tester.
Definition at line 29 of file test_LinearSystem.hpp.
|
virtual |
| int test_LinearSystem::test1 | ( | ) |
Definition at line 50 of file test_LinearSystem.cpp.
Referenced by runtests().
| int test_LinearSystem::test2 | ( | ) |
Definition at line 55 of file test_LinearSystem.cpp.
References CHK_ERR, tester::comm_, test_MatrixGraph::create_MatrixGraph(), test_VectorSpace::create_VectorSpace(), ERReturn, fei::SharedPtr< T >::get(), tester::localProc_, MPI_Barrier, tester::numProcs_, and tester::path_.
Referenced by runtests().
| int test_LinearSystem::test3 | ( | ) |
Definition at line 156 of file test_LinearSystem.cpp.
References CHK_ERR, tester::comm_, test_MatrixGraph::create_MatrixGraph(), test_VectorSpace::create_VectorSpace(), fei::SharedPtr< T >::get(), tester::localProc_, MPI_Barrier, tester::numProcs_, and tester::path_.
Referenced by runtests().
| int test_LinearSystem::test4 | ( | ) |
Definition at line 253 of file test_LinearSystem.cpp.
References CHK_ERR, tester::comm_, test_MatrixGraph::create_MatrixGraph(), test_VectorSpace::create_VectorSpace(), fei::SharedPtr< T >::get(), tester::localProc_, MPI_Barrier, tester::numProcs_, and tester::path_.
Referenced by runtests().
| int test_LinearSystem::test5 | ( | ) |
Definition at line 347 of file test_LinearSystem.cpp.
Referenced by runtests().