OGS
EdgeRatioMetric.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
7#include "MathLib/Point3d.h"
8
9namespace MeshToolsLib
10{
11
17{
19
20 void calculateQuality() override;
21};
22} // namespace MeshToolsLib
ElementQualityMetric(MeshLib::Mesh const &mesh)
void calculateQuality() override
Calculates the quality metric for each element of the mesh.
ElementQualityMetric(MeshLib::Mesh const &mesh)