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

#include <test_VectorSpace.hpp>

Inheritance diagram for test_VectorSpace:

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::VectorSpacecreate_VectorSpace (MPI_Comm comm)
 
static fei::SharedPtr< fei::VectorSpacecreate_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::test_VectorSpace ( MPI_Comm comm)

Definition at line 23 of file test_VectorSpace.cpp.

References MPI_Comm, and tester::tester().

◆ ~test_VectorSpace()

test_VectorSpace::~test_VectorSpace ( )
virtual

Definition at line 28 of file test_VectorSpace.cpp.

Member Function Documentation

◆ getName()

const char * test_VectorSpace::getName ( )
inlinevirtual

A name describing this test.

Implements tester.

Definition at line 30 of file test_VectorSpace.hpp.

◆ runtests()

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

◆ test0()

◆ test1()

◆ test2()

int test_VectorSpace::test2 ( )

◆ test3()

◆ test4()

int test_VectorSpace::test4 ( )

Definition at line 366 of file test_VectorSpace.cpp.

Referenced by runtests().

◆ create_VectorSpace() [1/2]

◆ create_VectorSpace() [2/2]


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