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 | 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 ()
 
void setPath (const std::string &path)
 

Static Public Member Functions

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

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

Definition at line 26 of file test_MatrixGraph.cpp.

test_MatrixGraph::~test_MatrixGraph ( )
virtual

Definition at line 31 of file test_MatrixGraph.cpp.

Member Function Documentation

const char* test_MatrixGraph::getName ( )
inlinevirtual

A name describing this test.

Implements tester.

Definition at line 30 of file test_MatrixGraph.hpp.

int test_MatrixGraph::runtests ( )
virtual
int test_MatrixGraph::test1 ( )
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().

int test_MatrixGraph::test2 ( )

Definition at line 322 of file test_MatrixGraph.cpp.

Referenced by runtests().

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