Loading [MathJax]/extensions/MathMenu.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
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-293-gce72897f 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
BoundaryElementsAtPoint.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include <vector>
13
14
namespace
GeoLib
15
{
16
class
Point
;
17
}
18
19
namespace
MeshLib
20
{
21
class
Mesh;
22
class
Element;
23
}
24
25
namespace
MeshGeoToolsLib
26
{
27
class
MeshNodeSearcher;
28
30
class
BoundaryElementsAtPoint
final
31
{
32
public
:
42
BoundaryElementsAtPoint
(
MeshLib::Mesh
const
& mesh,
43
MeshNodeSearcher
const
& mshNodeSearcher,
44
GeoLib::Point
const
& point,
45
const
bool
multiple_nodes_allowed);
46
47
~BoundaryElementsAtPoint
();
48
49
GeoLib::Point
const
&
getPoint
()
const
50
{
51
return
_point
;
52
}
49
GeoLib::Point
const
&
getPoint
()
const
{
…
}
53
55
std::vector<MeshLib::Element*>
const
&
getBoundaryElements
()
const
56
{
57
return
_boundary_elements
;
58
}
55
std::vector<MeshLib::Element*>
const
&
getBoundaryElements
()
const
{
…
}
59
60
private
:
61
GeoLib::Point
const
&
_point
;
62
std::vector<MeshLib::Element*>
_boundary_elements
;
63
};
30
class
BoundaryElementsAtPoint
final {
…
};
64
65
}
// end namespace MeshGeoToolsLib
GeoLib::Point
Definition
Point.h:31
MeshGeoToolsLib::BoundaryElementsAtPoint
This class collects point elements located at a given point elements.
Definition
BoundaryElementsAtPoint.h:31
MeshGeoToolsLib::BoundaryElementsAtPoint::getBoundaryElements
std::vector< MeshLib::Element * > const & getBoundaryElements() const
Return the vector of boundary elements (i.e. points).
Definition
BoundaryElementsAtPoint.h:55
MeshGeoToolsLib::BoundaryElementsAtPoint::getPoint
GeoLib::Point const & getPoint() const
Definition
BoundaryElementsAtPoint.h:49
MeshGeoToolsLib::BoundaryElementsAtPoint::BoundaryElementsAtPoint
BoundaryElementsAtPoint(MeshLib::Mesh const &mesh, MeshNodeSearcher const &mshNodeSearcher, GeoLib::Point const &point, const bool multiple_nodes_allowed)
Definition
BoundaryElementsAtPoint.cpp:23
MeshGeoToolsLib::BoundaryElementsAtPoint::_boundary_elements
std::vector< MeshLib::Element * > _boundary_elements
Definition
BoundaryElementsAtPoint.h:62
MeshGeoToolsLib::BoundaryElementsAtPoint::_point
GeoLib::Point const & _point
Definition
BoundaryElementsAtPoint.h:61
MeshGeoToolsLib::BoundaryElementsAtPoint::~BoundaryElementsAtPoint
~BoundaryElementsAtPoint()
Definition
BoundaryElementsAtPoint.cpp:106
MeshGeoToolsLib::MeshNodeSearcher
Definition
MeshNodeSearcher.h:53
MeshLib::Mesh
Definition
Mesh.h:45
GeoLib
Definition
ProjectData.h:36
MeshGeoToolsLib
Definition
AppendLinesAlongPolyline.cpp:24
MeshLib
Definition
ProjectData.h:41
MeshLib::Point
TemplateElement< PointRule1 > Point
Definition
Point.h:20
MeshGeoToolsLib
BoundaryElementsAtPoint.h
Generated by
1.12.0