|
libMesh
|
Public Member Functions | |
| void | setUp () |
| void | tearDown () |
| LIBMESH_CPPUNIT_TEST_SUITE (TypeTensorTest) | |
| CPPUNIT_TEST (testInverse) | |
| CPPUNIT_TEST (testLeftMultiply) | |
| CPPUNIT_TEST (testRotation) | |
| CPPUNIT_TEST (testRowCol) | |
| CPPUNIT_TEST (testIsZero) | |
| CPPUNIT_TEST (testIsHPD) | |
| CPPUNIT_TEST (testReplaceAlgebraicType) | |
| CPPUNIT_TEST_SUITE_END () | |
Private Member Functions | |
| void | testInverse () |
| void | testLeftMultiply () |
| void | testOuterProduct () |
| void | testIsZero () |
| void | testIsHPD () |
| void | testRotation () |
| void | testRowCol () |
| void | testReplaceAlgebraicType () |
Definition at line 11 of file type_tensor_test.C.
| TypeTensorTest::CPPUNIT_TEST | ( | testInverse | ) |
| TypeTensorTest::CPPUNIT_TEST | ( | testLeftMultiply | ) |
| TypeTensorTest::CPPUNIT_TEST | ( | testRotation | ) |
| TypeTensorTest::CPPUNIT_TEST | ( | testRowCol | ) |
| TypeTensorTest::CPPUNIT_TEST | ( | testIsZero | ) |
| TypeTensorTest::CPPUNIT_TEST | ( | testIsHPD | ) |
| TypeTensorTest::CPPUNIT_TEST | ( | testReplaceAlgebraicType | ) |
| TypeTensorTest::CPPUNIT_TEST_SUITE_END | ( | ) |
| TypeTensorTest::LIBMESH_CPPUNIT_TEST_SUITE | ( | TypeTensorTest | ) |
|
inline |
Definition at line 14 of file type_tensor_test.C.
|
inline |
Definition at line 16 of file type_tensor_test.C.
|
inlineprivate |
Definition at line 35 of file type_tensor_test.C.
References libMesh::TypeTensor< T >::inverse().
|
inlineprivate |
Definition at line 108 of file type_tensor_test.C.
References libMesh::TypeTensor< T >::is_hpd(), libMesh::make_range(), libMesh::Real, and libMesh::TypeTensor< T >::transpose().
|
inlineprivate |
Definition at line 94 of file type_tensor_test.C.
References libMesh::TypeTensor< T >::is_zero().
|
inlineprivate |
Definition at line 61 of file type_tensor_test.C.
|
inlineprivate |
Definition at line 75 of file type_tensor_test.C.
References b, libMesh::outer_product(), and libMesh::TOLERANCE.
|
inlineprivate |
|
inlineprivate |
Definition at line 189 of file type_tensor_test.C.
References libMesh::TensorValue< T >::extrinsic_rotation_matrix(), libMesh::TensorValue< T >::inverse_extrinsic_rotation_matrix(), and libMesh::TOLERANCE.
|
inlineprivate |
Definition at line 227 of file type_tensor_test.C.
References libMesh::TypeTensor< T >::column(), libMesh::Real, libMesh::TypeTensor< T >::row(), and libMesh::TOLERANCE.
1.8.14