OGS
|
Base class for all SearchLength strategy implementations. The default implementation is mesh independent and provides a strong criterion for searching mesh nodes near a geometry. The algorithm can be used for meshes that have nearly equi-sized elements.
Definition at line 22 of file SearchLength.h.
#include <SearchLength.h>
Public Member Functions | |
SearchLength (double search_length=1e-9) | |
SearchLength (SearchLength const &)=default | |
SearchLength & | operator= (SearchLength const &)=default |
virtual | ~SearchLength ()=default |
virtual double | getSearchLength () const |
Protected Attributes | |
double | _search_length |
|
inlineexplicit |
Constructor for SearchLength object with a default search length of 10 angstrom ( \(10^{-9}\) m)
Definition at line 27 of file SearchLength.h.
|
default |
|
virtualdefault |
|
inlinevirtual |
Definition at line 35 of file SearchLength.h.
References _search_length.
|
default |
|
protected |
Definition at line 41 of file SearchLength.h.
Referenced by MeshGeoToolsLib::HeuristicSearchLength::HeuristicSearchLength(), and getSearchLength().