FEI Package Browser (Single Doxygen Collection) Version of the Day
|
#include <test_FEI_Impl.hpp>
Public Member Functions | |
test_FEI_Impl (MPI_Comm comm) | |
virtual | ~test_FEI_Impl () |
const char * | getName () |
int | runtests () |
int | serialtest1 () |
int | test1 () |
int | test2 () |
int | test3 () |
int | test4 () |
int | compareCoefs (int n, const double *const *coefs1, const double *const *coefs2) |
![]() | |
tester (MPI_Comm comm) | |
virtual | ~tester () |
virtual const char * | getName ()=0 |
virtual int | runtests ()=0 |
void | setPath (const std::string &path) |
Additional Inherited Members | |
![]() | |
MPI_Comm | comm_ |
int | numProcs_ |
int | localProc_ |
std::string | path_ |
Unit-tester for fei::FEI_Impl.
Definition at line 22 of file test_FEI_Impl.hpp.
test_FEI_Impl::test_FEI_Impl | ( | MPI_Comm | comm | ) |
Definition at line 28 of file test_FEI_Impl.cpp.
|
virtual |
Definition at line 33 of file test_FEI_Impl.cpp.
|
inlinevirtual |
|
virtual |
Implements tester.
Definition at line 37 of file test_FEI_Impl.cpp.
References CHK_ERR, tester::numProcs_, serialtest1(), test1(), test2(), test3(), and test4().
int test_FEI_Impl::serialtest1 | ( | ) |
Definition at line 50 of file test_FEI_Impl.cpp.
Referenced by runtests().
int test_FEI_Impl::test1 | ( | ) |
Definition at line 71 of file test_FEI_Impl.cpp.
References CHK_ERR, tester::comm_, ERReturn, FEI_NODE, FEI_OSTRINGSTREAM, testData::fieldIDs, testData::fieldSizes, testData::ids, tester::localProc_, tester::numProcs_, testData::numSharingProcsPerID, tester::path_, testData::sharedIDs, and testData::sharingProcs.
Referenced by runtests().
int test_FEI_Impl::test2 | ( | ) |
Definition at line 213 of file test_FEI_Impl.cpp.
References CHK_ERR, tester::comm_, ERReturn, FEI_OSTRINGSTREAM, tester::localProc_, tester::numProcs_, and tester::path_.
Referenced by runtests().
int test_FEI_Impl::test3 | ( | ) |
Definition at line 344 of file test_FEI_Impl.cpp.
Referenced by runtests().
int test_FEI_Impl::test4 | ( | ) |
Definition at line 349 of file test_FEI_Impl.cpp.
Referenced by runtests().
int test_FEI_Impl::compareCoefs | ( | int | n, |
const double *const * | coefs1, | ||
const double *const * | coefs2 | ||
) |
Definition at line 55 of file test_FEI_Impl.cpp.