![]() |
Peano
|
#include <IandRVolumetricTest.h>
Public Member Functions | |
IandRVolumetricTest () | |
Cosntructor. | |
virtual | ~IandRVolumetricTest ()=default |
Destructor, empty. | |
virtual void | run () override |
This routine is triggered by the TestCaseCollection. | |
![]() | |
TestCase (const std::string &testCaseName) | |
Constructor. | |
virtual | ~TestCase () |
Destructor. | |
int | getNumberOfErrors () const |
std::string | getTestCaseName () const |
Private Member Functions | |
void | testMatrixInterpolation () |
void | testSecondOrderInterpolation () |
Additional Inherited Members | |
![]() | |
TestCase ()=delete | |
![]() | |
const std::string | _testCaseName |
Name of the test case. | |
int | _errors |
Error counter. | |
bool | _error |
Indicate within macro if one specific validation failed. | |
Definition at line 17 of file IandRVolumetricTest.h.
toolbox::blockstructured::tests::IandRVolumetricTest::IandRVolumetricTest | ( | ) |
Cosntructor.
Definition at line 7 of file IandRVolumetricTest.cpp.
|
virtualdefault |
Destructor, empty.
|
overridevirtual |
This routine is triggered by the TestCaseCollection.
Implements tarch::tests::TestCase.
Definition at line 11 of file IandRVolumetricTest.cpp.
References testMethod.
|
private |
Definition at line 22 of file IandRVolumetricTest.cpp.
References tarch::allocateMemory(), tarch::freeMemory(), tarch::Heap, toolbox::blockstructured::interpolateCellDataAssociatedToVolumesIntoOverlappingCell_linear(), toolbox::blockstructured::interpolateCellDataAssociatedToVolumesIntoOverlappingCell_matrix(), peano4::utils::SpreadOut, and validateNumericalEqualsWithEpsWithParams1.
|
private |
Definition at line 118 of file IandRVolumetricTest.cpp.
References double, toolbox::blockstructured::interpolateCellDataAssociatedToVolumesIntoOverlappingCell_linear(), toolbox::blockstructured::interpolateCellDataAssociatedToVolumesIntoOverlappingCell_secondOrder(), peano4::utils::SpreadOut, and validateNumericalEqualsWithEpsWithParams1.