FEI Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
test_LinearSystem Class Reference

#include <test_LinearSystem.hpp>

Inheritance diagram for test_LinearSystem:

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::test_LinearSystem ( MPI_Comm comm)

Definition at line 30 of file test_LinearSystem.cpp.

References MPI_Comm, and tester::tester().

◆ ~test_LinearSystem()

test_LinearSystem::~test_LinearSystem ( )
virtual

Definition at line 35 of file test_LinearSystem.cpp.

Member Function Documentation

◆ getName()

const char * test_LinearSystem::getName ( )
inlinevirtual

A name describing this test.

Implements tester.

Definition at line 29 of file test_LinearSystem.hpp.

◆ runtests()

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().

◆ test1()

int test_LinearSystem::test1 ( )

Definition at line 50 of file test_LinearSystem.cpp.

Referenced by runtests().

◆ test2()

◆ test3()

◆ test4()

◆ test5()

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: