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
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-164-ga3e391797c 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
►
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
IntegrationPointDataTools.h
Go to the documentation of this file.
1
12
#pragma once
13
#include <string>
14
#include <vector>
15
16
namespace
MeshLib
17
{
18
class
Element;
19
class
Properties;
20
class
PropertyVectorBase;
21
struct
IntegrationPointMetaData;
22
}
// namespace MeshLib
23
24
namespace
MeshToolsLib
25
{
26
int
getNumberOfElementIntegrationPoints
(
27
MeshLib::IntegrationPointMetaData
const
& ip_meta_data,
28
MeshLib::Element
const
& e);
29
30
std::vector<std::size_t>
getIntegrationPointDataOffsetsOfMeshElements
(
31
std::vector<MeshLib::Element*>
const
& mesh_elements,
32
MeshLib::PropertyVectorBase
const
& pv,
33
MeshLib::Properties
const
& properties);
34
}
// namespace MeshToolsLib
MeshLib::Element
Definition
Element.h:34
MeshLib::Properties
Property manager on mesh items. Class Properties manages scalar, vector or matrix properties....
Definition
Properties.h:36
MeshLib::PropertyVectorBase
Definition
PropertyVector.h:24
MeshLib
Definition
ProjectData.h:41
MeshToolsLib
Definition
Node.h:29
MeshToolsLib::getIntegrationPointDataOffsetsOfMeshElements
std::vector< std::size_t > getIntegrationPointDataOffsetsOfMeshElements(std::vector< MeshLib::Element * > const &mesh_elements, MeshLib::PropertyVectorBase const &pv, MeshLib::Properties const &properties)
Definition
IntegrationPointDataTools.cpp:98
MeshToolsLib::getNumberOfElementIntegrationPoints
int getNumberOfElementIntegrationPoints(MeshLib::IntegrationPointMetaData const &ip_meta_data, MeshLib::Element const &e)
Definition
IntegrationPointDataTools.cpp:36
MeshLib::IntegrationPointMetaData
Definition
IntegrationPointWriter.h:122
MeshToolsLib
IntegrationPointDataTools.h
Generated by
1.12.0