MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Definition at line 39 of file AspectRatioGammaTest.cpp.
AspectRatioGammaTest::AspectRatioGammaTest | ( | ) | [inline] |
Definition at line 65 of file AspectRatioGammaTest.cpp.
AspectRatioGammaTest::CPPUNIT_TEST | ( | test_supported_types | ) | [private] |
AspectRatioGammaTest::CPPUNIT_TEST | ( | test_ideal_element_eval | ) | [private] |
AspectRatioGammaTest::CPPUNIT_TEST | ( | test_ideal_element_grad | ) | [private] |
AspectRatioGammaTest::CPPUNIT_TEST | ( | test_measures_quality | ) | [private] |
AspectRatioGammaTest::CPPUNIT_TEST | ( | test_inverted_elements | ) | [private] |
AspectRatioGammaTest::CPPUNIT_TEST | ( | test_degenerate_elements | ) | [private] |
AspectRatioGammaTest::CPPUNIT_TEST | ( | test_get_evaluations | ) | [private] |
AspectRatioGammaTest::CPPUNIT_TEST | ( | test_get_element_indices | ) | [private] |
AspectRatioGammaTest::CPPUNIT_TEST | ( | test_get_fixed_indices | ) | [private] |
AspectRatioGammaTest::CPPUNIT_TEST | ( | test_eval_with_indices | ) | [private] |
AspectRatioGammaTest::CPPUNIT_TEST | ( | test_location_invariant | ) | [private] |
AspectRatioGammaTest::CPPUNIT_TEST | ( | test_scale_invariant | ) | [private] |
AspectRatioGammaTest::CPPUNIT_TEST | ( | test_orient_invariant | ) | [private] |
AspectRatioGammaTest::CPPUNIT_TEST_SUITE | ( | AspectRatioGammaTest | ) | [private] |
AspectRatioGammaTest::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
void AspectRatioGammaTest::test_degenerate_elements | ( | ) | [inline] |
Definition at line 98 of file AspectRatioGammaTest.cpp.
References mMetric.
{ tester.test_evaluate_degenerate_element( &mMetric, false ); }
void AspectRatioGammaTest::test_eval_with_indices | ( | ) | [inline] |
Definition at line 118 of file AspectRatioGammaTest.cpp.
References mMetric.
void AspectRatioGammaTest::test_get_element_indices | ( | ) | [inline] |
Definition at line 108 of file AspectRatioGammaTest.cpp.
References mMetric.
{ tester.test_get_element_indices( &mMetric ); }
void AspectRatioGammaTest::test_get_evaluations | ( | ) | [inline] |
Definition at line 103 of file AspectRatioGammaTest.cpp.
References mMetric.
{ tester.test_get_element_evaluations( &mMetric ); }
void AspectRatioGammaTest::test_get_fixed_indices | ( | ) | [inline] |
Definition at line 113 of file AspectRatioGammaTest.cpp.
References mMetric.
{ tester.test_get_indices_fixed( &mMetric ); }
void AspectRatioGammaTest::test_gradient_reflects_quality | ( | ) | [inline] |
Definition at line 88 of file AspectRatioGammaTest.cpp.
References mMetric.
{ tester.test_gradient_reflects_quality( &mMetric ); }
void AspectRatioGammaTest::test_ideal_element_eval | ( | ) | [inline] |
Definition at line 72 of file AspectRatioGammaTest.cpp.
References mMetric, MBMesquite::TETRAHEDRON, and MBMesquite::TRIANGLE.
{ tester.test_evaluate_unit_edge_element( &mMetric, TRIANGLE, 1.0 ); tester.test_evaluate_unit_edge_element( &mMetric, TETRAHEDRON, 1.0 ); }
void AspectRatioGammaTest::test_ideal_element_grad | ( | ) | [inline] |
Definition at line 78 of file AspectRatioGammaTest.cpp.
References mMetric.
{ tester.test_ideal_element_zero_gradient( &mMetric, false ); }
void AspectRatioGammaTest::test_inverted_elements | ( | ) | [inline] |
Definition at line 93 of file AspectRatioGammaTest.cpp.
References mMetric.
{ tester.test_evaluate_inverted_element( &mMetric, false ); }
void AspectRatioGammaTest::test_location_invariant | ( | ) | [inline] |
Definition at line 123 of file AspectRatioGammaTest.cpp.
References mMetric.
void AspectRatioGammaTest::test_measures_quality | ( | ) | [inline] |
Definition at line 83 of file AspectRatioGammaTest.cpp.
References mMetric.
{ tester.test_measures_quality( &mMetric ); }
void AspectRatioGammaTest::test_orient_invariant | ( | ) | [inline] |
Definition at line 135 of file AspectRatioGammaTest.cpp.
References mMetric.
{ tester.test_orient_invariant( &mMetric ); tester.test_grad_orient_invariant( &mMetric ); }
void AspectRatioGammaTest::test_scale_invariant | ( | ) | [inline] |
Definition at line 130 of file AspectRatioGammaTest.cpp.
References mMetric.
{ tester.test_scale_invariant( &mMetric ); }
void AspectRatioGammaTest::test_supported_types | ( | ) | [inline] |
Definition at line 67 of file AspectRatioGammaTest.cpp.
References mMetric.
{ tester.test_supported_element_types( &mMetric ); }
Definition at line 61 of file AspectRatioGammaTest.cpp.
Definition at line 62 of file AspectRatioGammaTest.cpp.