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 () |
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, testData::fieldIDs, fei::Matrix::gatherFromOverlap(), fei::SharedPtr< T >::get(), fei::LinearSystem::getConstrainedEqns(), testData::ids, testData::idTypes, fei::LinearSystem::loadComplete(), fei::LinearSystem::loadLagrangeConstraint(), tester::localProc_, LinearSystemCore::matrixLoadComplete(), MPI_Barrier, tester::numProcs_, LinearSystemCore::parameters(), tester::path_, fei::LinearSystem::setMatrix(), fei::LinearSystem::setRHS(), fei::LinearSystem::setSolutionVector(), fei::Matrix::sumIn(), and LinearSystemCore::writeSystem().
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(), testData::fieldIDs, fei::Matrix::gatherFromOverlap(), fei::SharedPtr< T >::get(), testData::ids, testData::idTypes, fei::LinearSystem::loadComplete(), fei::LinearSystem::loadPenaltyConstraint(), tester::localProc_, LinearSystemCore::matrixLoadComplete(), MPI_Barrier, tester::numProcs_, fei::LinearSystem::parameters(), LinearSystemCore::parameters(), tester::path_, fei::LinearSystem::setMatrix(), fei::LinearSystem::setRHS(), fei::LinearSystem::setSolutionVector(), fei::Matrix::sumIn(), and LinearSystemCore::writeSystem().
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(), testData::fieldIDs, fei::Matrix::gatherFromOverlap(), fei::SharedPtr< T >::get(), testData::ids, testData::idTypes, fei::LinearSystem::loadComplete(), fei::LinearSystem::loadLagrangeConstraint(), tester::localProc_, LinearSystemCore::matrixLoadComplete(), MPI_Barrier, tester::numProcs_, LinearSystemCore::parameters(), tester::path_, fei::LinearSystem::setMatrix(), fei::LinearSystem::setRHS(), fei::LinearSystem::setSolutionVector(), fei::Matrix::sumIn(), and LinearSystemCore::writeSystem().
Referenced by runtests().
int test_LinearSystem::test5 | ( | ) |
Definition at line 347 of file test_LinearSystem.cpp.
Referenced by runtests().