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

#include <test_FEI_Implementation.hpp>

Inheritance diagram for test_FEI_Implementation:
Inheritance graph
[legend]

Public Member Functions

 test_FEI_Implementation (MPI_Comm comm)
 
virtual ~test_FEI_Implementation ()
 
const char * getName ()
 
int runtests ()
 
int serialtest1 ()
 
int test1 ()
 
int test2 ()
 
int test3 ()
 
int test4 ()
 
int compareCoefs (int n, const double *const *coefs1, const double *const *coefs2)
 
- Public Member Functions inherited from tester
 tester (MPI_Comm comm)
 
virtual ~tester ()
 
void setPath (const std::string &path)
 

Additional Inherited Members

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

Detailed Description

Unit-tester for FEI_Implementation.

Definition at line 22 of file test_FEI_Implementation.hpp.

Constructor & Destructor Documentation

◆ test_FEI_Implementation()

test_FEI_Implementation::test_FEI_Implementation ( MPI_Comm comm)

Definition at line 31 of file test_FEI_Implementation.cpp.

◆ ~test_FEI_Implementation()

test_FEI_Implementation::~test_FEI_Implementation ( )
virtual

Definition at line 36 of file test_FEI_Implementation.cpp.

Member Function Documentation

◆ getName()

const char * test_FEI_Implementation::getName ( )
inlinevirtual

A name describing this test.

Implements tester.

Definition at line 27 of file test_FEI_Implementation.hpp.

◆ runtests()

int test_FEI_Implementation::runtests ( )
virtual

Implements tester.

Definition at line 40 of file test_FEI_Implementation.cpp.

References CHK_ERR, tester::numProcs_, serialtest1(), test1(), test2(), test3(), and test4().

◆ serialtest1()

int test_FEI_Implementation::serialtest1 ( )

◆ test1()

int test_FEI_Implementation::test1 ( )

◆ test2()

int test_FEI_Implementation::test2 ( )

◆ test3()

int test_FEI_Implementation::test3 ( )

Definition at line 415 of file test_FEI_Implementation.cpp.

Referenced by runtests().

◆ test4()

int test_FEI_Implementation::test4 ( )

Definition at line 420 of file test_FEI_Implementation.cpp.

Referenced by runtests().

◆ compareCoefs()

int test_FEI_Implementation::compareCoefs ( int n,
const double *const * coefs1,
const double *const * coefs2 )

Definition at line 107 of file test_FEI_Implementation.cpp.

Referenced by serialtest1().


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