FEI Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
test_Matrix Class Reference

#include <test_Matrix.hpp>

Inheritance diagram for test_Matrix:
Inheritance graph
[legend]

Public Member Functions

 test_Matrix (MPI_Comm comm)
 
virtual ~test_Matrix ()
 
const char * getName ()
 
int runtests ()
 
fei::SharedPtr< fei::Matrixcreate_matrix (fei::SharedPtr< fei::Factory > factory)
 
void matrix_test1 (fei::SharedPtr< fei::Matrix > mat)
 
int test1 ()
 
int test2 ()
 
int test3 ()
 
int test4 ()
 
int serialtest1 ()
 
int serialtest2 ()
 
int serialtest3 ()
 
- Public Member Functions inherited from tester
 tester (MPI_Comm comm)
 
virtual ~tester ()
 
void setPath (const std::string &path)
 

Additional Inherited Members

- Protected Attributes inherited from tester
MPI_Comm comm_
 
int numProcs_
 
int localProc_
 
std::string path_
 

Detailed Description

Unit-tester for snl_fei::Matrix.

Definition at line 24 of file test_Matrix.hpp.

Constructor & Destructor Documentation

test_Matrix::test_Matrix ( MPI_Comm  comm)

Definition at line 277 of file test_Matrix.cpp.

test_Matrix::~test_Matrix ( )
virtual

Definition at line 282 of file test_Matrix.cpp.

Member Function Documentation

const char* test_Matrix::getName ( )
inlinevirtual

A name describing this test.

Implements tester.

Definition at line 29 of file test_Matrix.hpp.

int test_Matrix::runtests ( )
virtual
fei::SharedPtr< fei::Matrix > test_Matrix::create_matrix ( fei::SharedPtr< fei::Factory factory)
void test_Matrix::matrix_test1 ( fei::SharedPtr< fei::Matrix mat)
int test_Matrix::test1 ( )

Definition at line 612 of file test_Matrix.cpp.

int test_Matrix::test2 ( )

Definition at line 617 of file test_Matrix.cpp.

int test_Matrix::test3 ( )
int test_Matrix::test4 ( )

Definition at line 693 of file test_Matrix.cpp.

int test_Matrix::serialtest1 ( )
int test_Matrix::serialtest2 ( )
int test_Matrix::serialtest3 ( )

The documentation for this class was generated from the following files: