FEI Package Browser (Single Doxygen Collection)  Version of the Day
Public Member Functions | List of all members
test_FEI_Impl Class Reference

#include <test_FEI_Impl.hpp>

Inheritance diagram for test_FEI_Impl:
Inheritance graph
[legend]

Public Member Functions

 test_FEI_Impl (MPI_Comm comm)
 
virtual ~test_FEI_Impl ()
 
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::FEI_Impl.

Definition at line 22 of file test_FEI_Impl.hpp.

Constructor & Destructor Documentation

◆ test_FEI_Impl()

test_FEI_Impl::test_FEI_Impl ( MPI_Comm  comm)

Definition at line 28 of file test_FEI_Impl.cpp.

◆ ~test_FEI_Impl()

test_FEI_Impl::~test_FEI_Impl ( )
virtual

Definition at line 33 of file test_FEI_Impl.cpp.

Member Function Documentation

◆ getName()

const char* test_FEI_Impl::getName ( )
inlinevirtual

A name describing this test.

Implements tester.

Definition at line 27 of file test_FEI_Impl.hpp.

◆ runtests()

int test_FEI_Impl::runtests ( )
virtual

Implements tester.

Definition at line 37 of file test_FEI_Impl.cpp.

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

◆ serialtest1()

int test_FEI_Impl::serialtest1 ( )

Definition at line 50 of file test_FEI_Impl.cpp.

Referenced by runtests().

◆ test1()

int test_FEI_Impl::test1 ( )

◆ test2()

int test_FEI_Impl::test2 ( )

◆ test3()

int test_FEI_Impl::test3 ( )

Definition at line 344 of file test_FEI_Impl.cpp.

Referenced by runtests().

◆ test4()

int test_FEI_Impl::test4 ( )

Definition at line 349 of file test_FEI_Impl.cpp.

Referenced by runtests().

◆ compareCoefs()

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

Definition at line 55 of file test_FEI_Impl.cpp.

References n.


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