OGS
MeshPropertyDataType.h
Go to the documentation of this file.
1
12
13#pragma once
14
15#include <string>
16
17// TODO (tm) If used on several other places move definition of propertyVector
33
34// See https://www.xdmf.org/index.php/XDMF_Model_and_Format - only relevant if
35// TopologyType(s) added, structure is open to be extended with GridType(s)
36// and ItemType(s).
38{
39 MIXED = 0,
41 POLYLINE = 2, // OGS polylines are supposed to contain exactly 2 nodes
42 // POLYGON = 3, // not used in OGS
47 WEDGE = 8,
49 // POLYHEDRON = 16, // not used in OGS
50 EDGE_3 = 34,
59 // HEXAHEDRON_24 = 49, // not used in OGS
61};
62
63std::pair<std::string, std::size_t> ParentDataType2String(ParentDataType p);
MeshPropertyDataType
std::pair< std::string, std::size_t > ParentDataType2String(ParentDataType p)