Loading [MathJax]/extensions/tex2jax.js
OGS
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
x
z
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
i
k
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Macros
b
c
g
m
n
o
p
r
s
t
▼
OGS
►
OpenGeoSys 6.5.4-352-gf10a2b326e source code documentation
►
OGS CTests—Project Files
►
OGS Input File Parameters—Quality Assurance
►
OGS Input File Parameters
BulkMappingDocuPage
Todo List
OGS Input File Parameters—List of incomplete documentation pages
Bibliography
►
Namespaces
►
Classes
▼
Files
▼
File List
►
Applications
►
BaseLib
►
build
►
ChemistryLib
Documentation
►
GeoLib
►
InfoLib
►
MaterialLib
►
MathLib
▼
MeshGeoToolsLib
►
MeshEditing
►
AppendLinesAlongPolyline.cpp
►
AppendLinesAlongPolyline.h
►
BoundaryElementsAlongPolyline.cpp
►
BoundaryElementsAlongPolyline.h
BoundaryElementsAtPoint.cpp
►
BoundaryElementsAtPoint.h
BoundaryElementsOnSurface.cpp
►
BoundaryElementsOnSurface.h
►
BoundaryElementsSearcher.cpp
►
BoundaryElementsSearcher.h
►
ConstructMeshesFromGeometries.cpp
►
ConstructMeshesFromGeometries.h
►
CreateSearchLength.cpp
►
CreateSearchLength.h
►
GeoMapper.cpp
►
GeoMapper.h
HeuristicSearchLength.cpp
►
HeuristicSearchLength.h
►
IdentifySubdomainMesh.cpp
►
IdentifySubdomainMesh.h
MeshNodesAlongPolyline.cpp
►
MeshNodesAlongPolyline.h
MeshNodesAlongSurface.cpp
►
MeshNodesAlongSurface.h
►
MeshNodeSearcher.cpp
►
MeshNodeSearcher.h
MeshNodesOnPoint.cpp
►
MeshNodesOnPoint.h
►
SearchAllNodes.h
►
SearchLength.h
►
MeshLib
►
MeshToolsLib
►
NumLib
►
ParameterLib
►
ProcessLib
►
File Members
SearchLength.h
Go to the documentation of this file.
1
13
#pragma once
14
15
namespace
MeshGeoToolsLib
16
{
17
22
class
SearchLength
23
{
24
public
:
27
explicit
SearchLength
(
double
search_length = 1e-9)
28
:
_search_length
(search_length) {}
27
explicit
SearchLength
(
double
search_length = 1e-9) {
…
}
29
30
SearchLength
(
SearchLength
const
&) =
default
;
31
SearchLength
&
operator=
(
SearchLength
const
&) =
default
;
32
33
virtual
~SearchLength
() =
default
;
34
35
virtual
double
getSearchLength
()
const
36
{
37
return
_search_length
;
38
}
35
virtual
double
getSearchLength
()
const
{
…
}
39
40
protected
:
41
double
_search_length
;
42
};
22
class
SearchLength
{
…
};
43
44
}
// end namespace MeshGeoToolsLib
MeshGeoToolsLib::SearchLength
Definition
SearchLength.h:23
MeshGeoToolsLib::SearchLength::SearchLength
SearchLength(double search_length=1e-9)
Definition
SearchLength.h:27
MeshGeoToolsLib::SearchLength::getSearchLength
virtual double getSearchLength() const
Definition
SearchLength.h:35
MeshGeoToolsLib::SearchLength::~SearchLength
virtual ~SearchLength()=default
MeshGeoToolsLib::SearchLength::operator=
SearchLength & operator=(SearchLength const &)=default
MeshGeoToolsLib::SearchLength::_search_length
double _search_length
Definition
SearchLength.h:41
MeshGeoToolsLib::SearchLength::SearchLength
SearchLength(SearchLength const &)=default
MeshGeoToolsLib
Definition
AppendLinesAlongPolyline.cpp:24
MeshGeoToolsLib
SearchLength.h
Generated by
1.11.0