FEI Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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 ()
 
virtual const char * getName ()=0
 
virtual int runtests ()=0
 
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::test_Matrix ( MPI_Comm  comm)

Definition at line 277 of file test_Matrix.cpp.

◆ ~test_Matrix()

test_Matrix::~test_Matrix ( )
virtual

Definition at line 282 of file test_Matrix.cpp.

Member Function Documentation

◆ getName()

const char * test_Matrix::getName ( )
inlinevirtual

A name describing this test.

Implements tester.

Definition at line 29 of file test_Matrix.hpp.

◆ runtests()

int test_Matrix::runtests ( )
virtual

◆ create_matrix()

fei::SharedPtr< fei::Matrix > test_Matrix::create_matrix ( fei::SharedPtr< fei::Factory factory)

◆ matrix_test1()

void test_Matrix::matrix_test1 ( fei::SharedPtr< fei::Matrix mat)

Definition at line 356 of file test_Matrix.cpp.

References FEI_COUT, FEI_ENDL, and tester::localProc_.

Referenced by main(), and runtests().

◆ test1()

int test_Matrix::test1 ( )

Definition at line 612 of file test_Matrix.cpp.

◆ test2()

int test_Matrix::test2 ( )

Definition at line 617 of file test_Matrix.cpp.

◆ test3()

int test_Matrix::test3 ( )

◆ test4()

int test_Matrix::test4 ( )

Definition at line 693 of file test_Matrix.cpp.

◆ serialtest1()

int test_Matrix::serialtest1 ( )

Definition at line 397 of file test_Matrix.cpp.

References CHK_ERR, tester::comm_, ERReturn, tester::localProc_, and tester::numProcs_.

◆ serialtest2()

int test_Matrix::serialtest2 ( )

◆ serialtest3()

int test_Matrix::serialtest3 ( )

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