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