FEI Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
test_MatrixGraph Class Reference

#include <test_MatrixGraph.hpp>

Inheritance diagram for test_MatrixGraph:
Inheritance graph
[legend]

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 ()
 
virtual const char * getName ()=0
 
virtual int runtests ()=0
 
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.

◆ ~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()

int test_MatrixGraph::runtests ( )
virtual

◆ test1()

int test_MatrixGraph::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()

int test_MatrixGraph::test3 ( )

◆ test4()

int test_MatrixGraph::test4 ( )

◆ test5()

int test_MatrixGraph::test5 ( )

◆ create_MatrixGraph()

fei::SharedPtr< fei::MatrixGraph > test_MatrixGraph::create_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 
)
static

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