OGS
HeuristicSearchLength.h
Go to the documentation of this file.
1
13#pragma once
14
16
17namespace MeshLib
18{
19class Mesh;
20}
21
22namespace MeshGeoToolsLib
23{
24
31{
32public:
34 enum class LengthType
35 {
36 Edge,
37 Node
38 };
39
45 explicit HeuristicSearchLength(MeshLib::Mesh const& mesh,
46 LengthType length_type = LengthType::Edge);
47
48private:
50};
51
52} // end namespace MeshGeoToolsLib
Base class for different search length strategies.
HeuristicSearchLength(MeshLib::Mesh const &mesh, LengthType length_type=LengthType::Edge)
@ Node
edge length of elements, which is recommended for meshes without nonlinear nodes