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-130-g0eafbfbc4eb 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
►
MeshLib
▼
MeshToolsLib
▼
MeshEditing
►
AddLayerToMesh.cpp
►
AddLayerToMesh.h
►
ConvertToLinearMesh.cpp
►
ConvertToLinearMesh.h
ElementValueModification.cpp
►
ElementValueModification.h
►
FlipElements.cpp
►
FlipElements.h
Mesh2MeshPropertyInterpolation.cpp
►
Mesh2MeshPropertyInterpolation.h
►
MeshRevision.cpp
►
MeshRevision.h
►
moveMeshNodes.h
►
ProjectPointOnMesh.cpp
►
ProjectPointOnMesh.h
►
RasterDataToMesh.cpp
►
RasterDataToMesh.h
►
RemoveMeshComponents.cpp
►
RemoveMeshComponents.h
►
MeshGenerators
►
MeshQuality
►
ComputeElementVolumeNumerically.cpp
►
ComputeElementVolumeNumerically.h
►
convertMeshToGeo.cpp
►
convertMeshToGeo.h
►
IntegrationPointDataTools.cpp
►
IntegrationPointDataTools.h
►
MeshInformation.cpp
►
MeshInformation.h
►
MeshSurfaceExtraction.cpp
►
MeshSurfaceExtraction.h
►
ZeroMeshFieldDataByMaterialIDs.cpp
►
ZeroMeshFieldDataByMaterialIDs.h
►
NumLib
►
ParameterLib
►
ProcessLib
►
File Members
FlipElements.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include <memory>
14
#include <vector>
15
16
#include "
MeshLib/Elements/Element.h
"
17
18
namespace
MeshLib
19
{
20
class
Mesh;
21
class
Node
;
22
}
// namespace MeshLib
23
24
namespace
MeshToolsLib
25
{
26
35
std::unique_ptr<MeshLib::Element>
createFlippedElement
(
36
MeshLib::Element
const
& elem, std::vector<MeshLib::Node*>
const
& nodes);
37
45
std::unique_ptr<MeshLib::Mesh>
createFlippedMesh
(
MeshLib::Mesh
const
& mesh);
46
47
}
// namespace MeshToolsLib
Element.h
Definition of the Element class.
MeshLib::Element
Definition
Element.h:34
MeshLib::Mesh
Definition
Mesh.h:43
MeshLib
Definition
ProjectData.h:41
MeshLib::MeshItemType::Node
@ Node
MeshToolsLib
Definition
Node.h:29
MeshToolsLib::createFlippedElement
std::unique_ptr< MeshLib::Element > createFlippedElement(MeshLib::Element const &elem, std::vector< MeshLib::Node * > const &nodes)
Definition
FlipElements.cpp:22
MeshToolsLib::createFlippedMesh
std::unique_ptr< MeshLib::Mesh > createFlippedMesh(MeshLib::Mesh const &mesh)
Definition
FlipElements.cpp:57
MeshToolsLib
MeshEditing
FlipElements.h
Generated by
1.11.0