33#include "MeshKernel/Mesh2D.hpp"
48 static constexpr double m_minimumCellArea = 1e-12;
A class derived from Mesh, which describes unstructures 2d meshes.
Definition Mesh2D.hpp:58
Compute the smoothness value for the edges.
Definition MeshSmoothness.hpp:39
static void Compute(const Mesh2D &mesh, std::span< double > smoothness)
Compute the smoothness values overwriting the values in an array.
static std::vector< double > Compute(const Mesh2D &mesh)
Compute the smoothness values returning values in a vector.
Contains the logic of the C++ static library.
Definition AveragingInterpolation.hpp:37