FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
Functions | |
int | readSoln (const char *baseName, int np, fei::FillableMat &solution) |
int | compareSoln (fei::FillableMat &solution1, fei::FillableMat &solution2, double tol=1.e-3) |
int | readMatrix (const char *baseName, int np, fei::FillableMat &matrix) |
int | compareMatrices (fei::FillableMat &mat1, fei::FillableMat &mat2) |
int | checkSolution (int localProc, int numProcs, const char *solnFileName, const char *checkFileName, const char *extension, int solveCounter) |
int SolnCheck::readSoln | ( | const char * | baseName, |
int | np, | ||
fei::FillableMat & | solution | ||
) |
Definition at line 18 of file SolnCheck.cpp.
References FEI_IFSTREAM, FEI_OSTRINGSTREAM, and fei::FillableMat::putCoef().
Referenced by checkSolution().
int SolnCheck::compareSoln | ( | fei::FillableMat & | solution1, |
fei::FillableMat & | solution2, | ||
double | tol = 1.e-3 |
||
) |
Definition at line 44 of file SolnCheck.cpp.
References fei_test_utils::compareMatrices().
Referenced by checkSolution().
int SolnCheck::readMatrix | ( | const char * | baseName, |
int | np, | ||
fei::FillableMat & | matrix | ||
) |
Definition at line 51 of file SolnCheck.cpp.
References FEI_IFSTREAM, FEI_OSTRINGSTREAM, IOS_FLOATFIELD, IOS_SCIENTIFIC, fei::FillableMat::putCoef(), and fei_test_utils::readMatrix().
Referenced by FEI_tester::lsc_matrix_check(), and readMatrix().
int SolnCheck::compareMatrices | ( | fei::FillableMat & | mat1, |
fei::FillableMat & | mat2 | ||
) |
Definition at line 57 of file SolnCheck.cpp.
References fei_test_utils::compareMatrices().
Referenced by FEI_tester::lsc_matrix_check().
int SolnCheck::checkSolution | ( | int | localProc, |
int | numProcs, | ||
const char * | solnFileName, | ||
const char * | checkFileName, | ||
const char * | extension, | ||
int | solveCounter | ||
) |
Definition at line 63 of file SolnCheck.cpp.
References compareSoln(), FEI_COUT, FEI_ENDL, FEI_OSTRINGSTREAM, fei::print(), and readSoln().
Referenced by snl_fei_tester::testCheckResult(), and FEI_tester::testCheckResult().