Loading [MathJax]/jax/input/TeX/config.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
BoundaryElementsOnSurface.h
Go to the documentation of this file.
1
9
#pragma once
10
11
#include <vector>
12
13
namespace
GeoLib
14
{
15
class
Surface;
16
}
17
18
namespace
MeshLib
19
{
20
class
Mesh;
21
class
Element;
22
}
23
24
namespace
MeshGeoToolsLib
25
{
26
class
MeshNodeSearcher;
27
32
class
BoundaryElementsOnSurface
33
{
34
public
:
41
BoundaryElementsOnSurface
(
MeshLib::Mesh
const
& mesh,
42
MeshNodeSearcher
const
& mshNodeSearcher,
43
GeoLib::Surface
const
& sfc);
44
46
virtual
~BoundaryElementsOnSurface
();
47
53
GeoLib::Surface
const
&
getSurface
()
const
{
return
_sfc
;}
54
58
std::vector<MeshLib::Element*>
const
&
getBoundaryElements
()
const
{
return
_boundary_elements
;}
59
60
private
:
61
GeoLib::Surface
const
&
_sfc
;
62
std::vector<MeshLib::Element*>
_boundary_elements
;
63
};
32
class
BoundaryElementsOnSurface
{
…
};
64
65
}
// end namespace MeshGeoToolsLib
GeoLib::Surface
A Surface is represented by Triangles. It consists of a reference to a vector of (pointers to) points...
Definition
Surface.h:33
MeshGeoToolsLib::BoundaryElementsOnSurface
Definition
BoundaryElementsOnSurface.h:33
MeshGeoToolsLib::BoundaryElementsOnSurface::getSurface
GeoLib::Surface const & getSurface() const
Definition
BoundaryElementsOnSurface.h:53
MeshGeoToolsLib::BoundaryElementsOnSurface::BoundaryElementsOnSurface
BoundaryElementsOnSurface(MeshLib::Mesh const &mesh, MeshNodeSearcher const &mshNodeSearcher, GeoLib::Surface const &sfc)
Definition
BoundaryElementsOnSurface.cpp:20
MeshGeoToolsLib::BoundaryElementsOnSurface::_boundary_elements
std::vector< MeshLib::Element * > _boundary_elements
Definition
BoundaryElementsOnSurface.h:62
MeshGeoToolsLib::BoundaryElementsOnSurface::~BoundaryElementsOnSurface
virtual ~BoundaryElementsOnSurface()
destructor
Definition
BoundaryElementsOnSurface.cpp:72
MeshGeoToolsLib::BoundaryElementsOnSurface::_sfc
GeoLib::Surface const & _sfc
Definition
BoundaryElementsOnSurface.h:61
MeshGeoToolsLib::BoundaryElementsOnSurface::getBoundaryElements
std::vector< MeshLib::Element * > const & getBoundaryElements() const
Definition
BoundaryElementsOnSurface.h:58
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
MeshGeoToolsLib
BoundaryElementsOnSurface.h
Generated by
1.11.0