OGS
SizeDifferenceMetric.h
Go to the documentation of this file.
1 
15 #pragma once
16 
17 #include "ElementQualityMetric.h"
18 
19 namespace MeshLib
20 {
21 
27 {
29 
30  void calculateQuality() override;
31 };
32 } // namespace MeshLib
Definition of the ElementQualityMetricBase class.
void calculateQuality() override
Calculates the quality metric for each element of the mesh.