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

#include <test_VectorSpace.hpp>

Inheritance diagram for test_VectorSpace:
Inheritance graph
[legend]

Public Member Functions

 test_VectorSpace (MPI_Comm comm)
 
virtual ~test_VectorSpace ()
 
const char * getName ()
 
int runtests ()
 
int test0 ()
 
int test1 ()
 
int test2 ()
 
int test3 ()
 
int test4 ()
 
- 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::VectorSpace
create_VectorSpace (MPI_Comm comm)
 
static fei::SharedPtr
< fei::VectorSpace
create_VectorSpace (MPI_Comm comm, testData *testdata, int localProc, int numProcs, bool defineBothFields, bool initSolnBothFields, const char *name, fei::SharedPtr< fei::Factory > factory, 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::VectorSpace.

Definition at line 25 of file test_VectorSpace.hpp.

Constructor & Destructor Documentation

test_VectorSpace::test_VectorSpace ( MPI_Comm  comm)

Definition at line 23 of file test_VectorSpace.cpp.

test_VectorSpace::~test_VectorSpace ( )
virtual

Definition at line 28 of file test_VectorSpace.cpp.

Member Function Documentation

const char* test_VectorSpace::getName ( )
inlinevirtual

A name describing this test.

Implements tester.

Definition at line 30 of file test_VectorSpace.hpp.

int test_VectorSpace::runtests ( )
virtual

Implements tester.

Definition at line 32 of file test_VectorSpace.cpp.

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

int test_VectorSpace::test0 ( )
int test_VectorSpace::test1 ( )
int test_VectorSpace::test2 ( )
int test_VectorSpace::test3 ( )
int test_VectorSpace::test4 ( )

Definition at line 366 of file test_VectorSpace.cpp.

Referenced by runtests().

fei::SharedPtr< fei::VectorSpace > test_VectorSpace::create_VectorSpace ( MPI_Comm  comm)
static
fei::SharedPtr< fei::VectorSpace > test_VectorSpace::create_VectorSpace ( MPI_Comm  comm,
testData testdata,
int  localProc,
int  numProcs,
bool  defineBothFields,
bool  initSolnBothFields,
const char *  name,
fei::SharedPtr< fei::Factory factory,
bool  turnOnDebugOutput = false 
)
static

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