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

#include <test_MatrixGraph.hpp>

Inheritance diagram for test_MatrixGraph:

Public Member Functions

 test_MatrixGraph (MPI_Comm comm)
 
virtual ~test_MatrixGraph ()
 
const char * getName ()
 
int runtests ()
 
int test1 ()
 
int serialtest1 ()
 
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)
 

Static Public Member Functions

static fei::SharedPtr< fei::MatrixGraphcreate_MatrixGraph (testData *testdata, int localProc, int numProcs, bool bothFields, bool nonSymmetric, const char *name, fei::SharedPtr< fei::VectorSpace > vectorSpacePtr, fei::SharedPtr< fei::Factory > factory, const std::string &path, bool turnOnDebugOutput=false)
 

Additional Inherited Members

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

Detailed Description

Unit-tester for fei::MatrixGraph.

Definition at line 25 of file test_MatrixGraph.hpp.

Constructor & Destructor Documentation

◆ test_MatrixGraph()

test_MatrixGraph::test_MatrixGraph ( MPI_Comm comm)

Definition at line 26 of file test_MatrixGraph.cpp.

References MPI_Comm, and tester::tester().

◆ ~test_MatrixGraph()

test_MatrixGraph::~test_MatrixGraph ( )
virtual

Definition at line 31 of file test_MatrixGraph.cpp.

Member Function Documentation

◆ getName()

const char * test_MatrixGraph::getName ( )
inlinevirtual

A name describing this test.

Implements tester.

Definition at line 30 of file test_MatrixGraph.hpp.

◆ runtests()

◆ test1()

◆ serialtest1()

int test_MatrixGraph::serialtest1 ( )

Definition at line 212 of file test_MatrixGraph.cpp.

References ERReturn, fei::Pattern::getPatternType(), and fei::Pattern::SIMPLE.

Referenced by runtests().

◆ test2()

int test_MatrixGraph::test2 ( )

Definition at line 322 of file test_MatrixGraph.cpp.

Referenced by runtests().

◆ test3()

◆ test4()

◆ test5()

◆ create_MatrixGraph()


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