FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <test_EqnCommMgr.hpp>
Public Member Functions | |
test_EqnCommMgr (MPI_Comm comm) | |
virtual | ~test_EqnCommMgr () |
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_ |
Unit-tester for EqnCommMgr.
Definition at line 22 of file test_EqnCommMgr.hpp.
test_EqnCommMgr::test_EqnCommMgr | ( | MPI_Comm | comm | ) |
Definition at line 24 of file test_EqnCommMgr.cpp.
|
virtual |
Definition at line 29 of file test_EqnCommMgr.cpp.
|
inlinevirtual |
|
virtual |
int test_EqnCommMgr::test1 | ( | ) |
Definition at line 42 of file test_EqnCommMgr.cpp.
References EqnCommMgr::addLocalEqn(), EqnCommMgr::addRemoteIndices(), EqnCommMgr::addSolnValues(), CHK_ERR, tester::comm_, EqnCommMgr::deepCopy(), ERReturn, EqnCommMgr::exchangeIndices(), EqnCommMgr::exchangeSoln(), EqnCommMgr::localEqnNumbers(), fei::localProc(), fei::numProcs(), EqnCommMgr::resetCoefs(), and EqnCommMgr::setNumRHSs().
Referenced by runtests().
int test_EqnCommMgr::test2 | ( | ) |
Definition at line 109 of file test_EqnCommMgr.cpp.
References ProcEqns::addEqn(), ProcEqns::deepCopy(), ProcEqns::eqnsPerProcPtr(), ERReturn, FEI_COUT, FEI_ENDL, and tester::localProc_.
Referenced by runtests().
int test_EqnCommMgr::test3 | ( | ) |
Definition at line 138 of file test_EqnCommMgr.cpp.
Referenced by runtests().
int test_EqnCommMgr::test4 | ( | ) |
Definition at line 143 of file test_EqnCommMgr.cpp.
Referenced by runtests().