OGS
HeuristicSearchLength.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
8namespace MeshLib
9{
10class Mesh;
11}
12
13namespace MeshGeoToolsLib
14{
15
22{
23public:
25 enum class LengthType
26 {
29 };
30
36 explicit HeuristicSearchLength(MeshLib::Mesh const& mesh,
37 LengthType length_type = LengthType::Edge);
38
39private:
41};
42
43} // end namespace MeshGeoToolsLib
HeuristicSearchLength(MeshLib::Mesh const &mesh, LengthType length_type=LengthType::Edge)
@ Node
edge length of elements, which is recommended for meshes without nonlinear nodes
SearchLength(double search_length=1e-9)