FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <test_EqnBuffer.hpp>
Public Member Functions | |
test_EqnBuffer (MPI_Comm comm) | |
virtual | ~test_EqnBuffer () |
const char * | getName () |
int | runtests () |
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) |
Additional Inherited Members | |
Protected Attributes inherited from tester | |
MPI_Comm | comm_ |
int | numProcs_ |
int | localProc_ |
std::string | path_ |
Definition at line 18 of file test_EqnBuffer.hpp.
test_EqnBuffer::test_EqnBuffer | ( | MPI_Comm | comm | ) |
Definition at line 20 of file test_EqnBuffer.cpp.
|
virtual |
Definition at line 25 of file test_EqnBuffer.cpp.
|
inlinevirtual |
|
virtual |
int test_EqnBuffer::test1 | ( | ) |
Definition at line 38 of file test_EqnBuffer.cpp.
References EqnBuffer::addEqn(), EqnBuffer::addEqns(), EqnBuffer::addIndices(), EqnBuffer::addRHS(), CHK_ERR, EqnBuffer::deepCopy(), EqnBuffer::eqnNumbers(), EqnBuffer::eqns(), ERReturn, FEI_COUT, FEI_ENDL, EqnBuffer::getCoef(), EqnBuffer::getCoefAndRemoveIndex(), EqnBuffer::isInIndices(), EqnBuffer::removeIndex(), EqnBuffer::resetCoefs(), and EqnBuffer::setNumRHSs().
Referenced by runtests().
int test_EqnBuffer::test2 | ( | ) |
Definition at line 157 of file test_EqnBuffer.cpp.
Referenced by runtests().
int test_EqnBuffer::test3 | ( | ) |
Definition at line 163 of file test_EqnBuffer.cpp.
Referenced by runtests().
int test_EqnBuffer::test4 | ( | ) |
Definition at line 168 of file test_EqnBuffer.cpp.
Referenced by runtests().