MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "IdealShapeTarget.hpp"
#include "MsqMatrix.hpp"
#include "QualityMetricTester.hpp"
#include "Settings.hpp"
#include "UnitUtil.hpp"
#include "PlanarDomain.hpp"
#include "PatchData.hpp"
#include "WeightCalculator.hpp"
#include "ElementPMeanP.hpp"
#include "ElemSampleQM.hpp"
#include <iostream>
Go to the source code of this file.
Classes | |
class | FauxMetric< B > |
class | ScaleWeight |
class | NumericalMetric< Base > |
class | TestGradTargetMetric< Base > |
class | CenterMF2D |
class | CenterMF3D |
class | IdealShapeXY |
class | TMPTypes< QMType > |
class | TMPQualityMetricTest< QMType > |
Defines | |
#define | REGISTER_TMP_TESTS |
Functions | |
static double | col_dot_prod (MsqMatrix< 2, 2 > &m) |
#define REGISTER_TMP_TESTS |
Definition at line 311 of file TMPQualityMetricTest.hpp.
static double col_dot_prod | ( | MsqMatrix< 2, 2 > & | m | ) | [static] |
Definition at line 354 of file TMPQualityMetricTest.hpp.
Referenced by TMPQualityMetricTest< AWQualityMetric >::test_2d_eval_ortho_quad(), TMPQualityMetricTest< QMType >::test_evaluate_2D(), TMPQualityMetricTest< QMType >::test_evaluate_surface(), and TMPQualityMetricTest< AWQualityMetric >::test_surf_eval_ortho_quad().
{
return m( 0, 0 ) * m( 0, 1 ) + m( 1, 0 ) * m( 1, 1 );
}