|
OpenWalnut
1.4.0
|
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. More... | |
| void | testAccessOperator () |
| Test if operator () returns the correct elements. More... | |
| void | testAccessOperatorSymmetry () |
| Test if operator () keeps the symmetry of a WTensorBaseSym intact. More... | |
A class that tests the WTensorFunc template.
Definition at line 1957 of file WTensorBase_test.h.
|
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.
|
inline |
Test operator () error conditions.
Definition at line 1963 of file WTensorBase_test.h.
|
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.8.9.1