OGS
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