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-394-ge538cec3fb6 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
►
Elements
▼
IO
►
Legacy
►
MPI_IO
►
VtkIO
►
XDMF
►
NodeData.h
►
readMeshFromFile.cpp
►
readMeshFromFile.h
►
writeMeshToFile.cpp
►
writeMeshToFile.h
►
MeshSearch
►
Utils
►
Vtk
►
CoordinateSystem.cpp
►
CoordinateSystem.h
►
ElementCoordinatesMappingLocal.cpp
►
ElementCoordinatesMappingLocal.h
ElementStatus.cpp
►
ElementStatus.h
►
findElementsWithinRadius.cpp
►
findElementsWithinRadius.h
►
Location.cpp
►
Location.h
►
Mesh.cpp
►
Mesh.h
►
MeshEnums.cpp
►
MeshEnums.h
►
MeshSubset.h
Node.cpp
►
Node.h
►
NodeAdjacencyTable.h
►
NodePartitionedMesh.cpp
►
NodePartitionedMesh.h
►
Properties-impl.h
Properties.cpp
►
Properties.h
►
PropertyVector.h
►
VtkOGSEnum.cpp
►
VtkOGSEnum.h
►
MeshToolsLib
►
NumLib
►
ParameterLib
►
ProcessLib
►
File Members
NodeData.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include <cstddef>
13
14
namespace
MeshLib::IO
15
{
17
struct
NodeData
18
{
19
NodeData
() =
default
;
20
21
NodeData
(std::size_t
id
,
double
ix,
double
iy,
double
iz)
22
:
index
(id),
x
(ix),
y
(iy),
z
(iz)
23
{
24
}
21
NodeData
(std::size_t
id
,
double
ix,
double
iy,
double
iz) {
…
}
25
26
std::size_t
index
;
27
double
x
;
28
double
y
;
29
double
z
;
30
};
17
struct
NodeData
{
…
};
31
}
// end namespace MeshLib::IO
MeshLib::IO
Definition
MeshIO.cpp:272
MeshLib::IO::NodeData
struct NodeData used for parallel reading and also partitioning
Definition
NodeData.h:18
MeshLib::IO::NodeData::y
double y
Definition
NodeData.h:28
MeshLib::IO::NodeData::NodeData
NodeData(std::size_t id, double ix, double iy, double iz)
Definition
NodeData.h:21
MeshLib::IO::NodeData::index
std::size_t index
Global node index.
Definition
NodeData.h:26
MeshLib::IO::NodeData::z
double z
Definition
NodeData.h:29
MeshLib::IO::NodeData::x
double x
Definition
NodeData.h:27
MeshLib::IO::NodeData::NodeData
NodeData()=default
MeshLib
IO
NodeData.h
Generated by
1.12.0