|
OpenWalnut 1.3.1
|
A class that tests the WTensorFunc template. More...
#include <WTensorBase_test.h>
Inheritance diagram for WTensorFuncTest:Public Member Functions | |
| void | testAccessOperatorErrors () |
| Test operator () error conditions. | |
| void | testAccessOperator () |
| Test if operator () returns the correct elements. | |
| void | testAccessOperatorSymmetry () |
| Test if operator () keeps the symmetry of a WTensorBaseSym intact. | |
A class that tests the WTensorFunc template.
Definition at line 1957 of file WTensorBase_test.h.
| void WTensorFuncTest::testAccessOperator | ( | ) | [inline] |
Test if operator () returns the correct elements.
Definition at line 2022 of file WTensorBase_test.h.
References WTensorBase< order, dim, Data_T >::m_data.
| void WTensorFuncTest::testAccessOperatorErrors | ( | ) | [inline] |
Test operator () error conditions.
Definition at line 1963 of file WTensorBase_test.h.
| void WTensorFuncTest::testAccessOperatorSymmetry | ( | ) | [inline] |
Test if operator () keeps the symmetry of a WTensorBaseSym intact.
Definition at line 2056 of file WTensorBase_test.h.
References WTensorBaseSym< order, dim, Data_T >::m_data.
1.7.4