FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <test_FEI.hpp>
Public Member Functions | |
test_FEI (MPI_Comm comm) | |
virtual | ~test_FEI () |
const char * | getName () |
void | setFileName (const char *filename) |
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) |
Private Member Functions | |
fei::SharedPtr< fei::ParameterSet > | get_test_parameters () |
std::string | fully_qualified_name (const std::string &fileName) |
Private Attributes | |
std::string | fileName_ |
Additional Inherited Members | |
Protected Attributes inherited from tester | |
MPI_Comm | comm_ |
int | numProcs_ |
int | localProc_ |
std::string | path_ |
Definition at line 23 of file test_FEI.hpp.
test_FEI::test_FEI | ( | MPI_Comm | comm | ) |
Definition at line 27 of file test_FEI.cpp.
|
virtual |
Definition at line 33 of file test_FEI.cpp.
|
inlinevirtual |
|
inline |
Definition at line 34 of file test_FEI.hpp.
References fileName_.
Referenced by execute_fullsystem_tests().
|
virtual |
Implements tester.
Definition at line 37 of file test_FEI.cpp.
References CHK_ERR, fileName_, and test1().
Referenced by execute_fullsystem_tests().
int test_FEI::test1 | ( | ) |
Definition at line 45 of file test_FEI.cpp.
References DataReader::checkFileName_, CHK_ERR, tester::comm_, ERReturn, FEI_COUT, FEI_ENDL, FEI_OSTRINGSTREAM, fully_qualified_name(), fei::SharedPtr< T >::get(), get_test_parameters(), fei::ParameterSet::getIntParamValue(), fei::ParameterSet::getStringParamValue(), tester::localProc_, DataReader::numParams_, tester::numProcs_, DataReader::paramStrings_, tester::path_, fei_test_utils::read_input_file(), DataReader::readData(), fei::SharedPtr< T >::reset(), feitester::setPath(), DataReader::solnFileName_, DataReader::solverLibraryName_, feitester::testCheckResult(), feitester::testInitialization(), feitester::testLoading(), and feitester::testSolve().
Referenced by runtests().
int test_FEI::test2 | ( | ) |
int test_FEI::test3 | ( | ) |
int test_FEI::test4 | ( | ) |
|
private |
Definition at line 186 of file test_FEI.cpp.
References tester::comm_, FEI_OSTRINGSTREAM, filename, fileName_, fei::utils::parse_strings(), tester::path_, and fei_test_utils::read_input_file().
Referenced by test1().
|
private |
Definition at line 210 of file test_FEI.cpp.
References FEI_OSTRINGSTREAM, and tester::path_.
Referenced by test1().
|
private |
Definition at line 52 of file test_FEI.hpp.
Referenced by get_test_parameters(), runtests(), and setFileName().