37 #ifndef VERIFYSOLUTIONS_HPP_ 38 #define VERIFYSOLUTIONS_HPP_ 40 #include <Epetra_SerialDenseMatrix.h> 41 #include <lifev/core/LifeV.hpp> 44 #include <lifev/core/array/VectorEpetra.hpp> VectorEpetra - The Epetra Vector format Wrapper.
std::list< VectorEpetra > M_VectorList
bool Check(Epetra_SerialDenseMatrix const &refM, Real tol) const
Checks that the current Correlation matrix is the same as the one provided by the user...
void updateInverseJacobian(const UInt &iQuadPt)
virtual ~VerifySolutions()
Epetra_SerialDenseMatrix M_CorrelationMatrix
void Print() const
Print Mean and Correlation matrix as c++ lines ready to be inserted into the test.
void ComputeCorrelation()
Compute the correlation matrix and norm of the mean.
void PushBack(VectorEpetra const &newVector)
Add a vector to the list of stored vectors.
double Real
Generic real data.
This class helps the testsuites in verifying that the solutions do not change from one execution to t...
bool Check(Real referenceMean, Real tol) const
Checks that the current norm of the mean of the vectors is the same as the one provided by the user...