FEI Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
SolnCheck.hpp File Reference
#include "fei_FillableMat.hpp"
Include dependency graph for SolnCheck.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 SolnCheck
 

Functions

int SolnCheck::readSoln (const char *baseName, int np, fei::FillableMat &solution)
 
int SolnCheck::compareSoln (fei::FillableMat &solution1, fei::FillableMat &solution2, double tol=1.e-3)
 
int SolnCheck::readMatrix (const char *baseName, int np, fei::FillableMat &matrix)
 
int SolnCheck::compareMatrices (fei::FillableMat &mat1, fei::FillableMat &mat2)
 
int SolnCheck::checkSolution (int localProc, int numProcs, const char *solnFileName, const char *checkFileName, const char *extension, int solveCounter)