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_LinearSystem Class Reference

#include <test_LinearSystem.hpp>

Inheritance diagram for test_LinearSystem:
Inheritance graph
[legend]

Public Member Functions

 test_LinearSystem (MPI_Comm comm)
 
virtual ~test_LinearSystem ()
 
const char * getName ()
 
int runtests ()
 
int test1 ()
 
int test2 ()
 
int test3 ()
 
int test4 ()
 
int test5 ()
 
- 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::LinearSystem.

Definition at line 24 of file test_LinearSystem.hpp.

Constructor & Destructor Documentation

test_LinearSystem::test_LinearSystem ( MPI_Comm  comm)

Definition at line 30 of file test_LinearSystem.cpp.

test_LinearSystem::~test_LinearSystem ( )
virtual

Definition at line 35 of file test_LinearSystem.cpp.

Member Function Documentation

const char* test_LinearSystem::getName ( )
inlinevirtual

A name describing this test.

Implements tester.

Definition at line 29 of file test_LinearSystem.hpp.

int test_LinearSystem::runtests ( )
virtual

Implements tester.

Definition at line 39 of file test_LinearSystem.cpp.

References CHK_ERR, test1(), test2(), test3(), test4(), and test5().

int test_LinearSystem::test1 ( )

Definition at line 50 of file test_LinearSystem.cpp.

Referenced by runtests().

int test_LinearSystem::test2 ( )
int test_LinearSystem::test3 ( )
int test_LinearSystem::test4 ( )
int test_LinearSystem::test5 ( )

Definition at line 347 of file test_LinearSystem.cpp.

Referenced by runtests().


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