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