Skip to main content

System Coupling C library 2025 R1

syscElementTypes

Last update: 17.07.2025
1 /*
2 * Copyright ANSYS, Inc. Unauthorized use, distribution, or duplication is prohibited.
3 */
4 
5 #pragma once
6 
7 #include "SystemCouplingParticipant/LibraryType.hpp"
8 
9 #include <stddef.h>
10 #include <stdint.h>
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
237  SyscTri3 = 5,
238  SyscTri6 = 6,
239  SyscQuad4 = 7,
240  SyscQuad8 = 8,
241  SyscTet4 = 9,
242  SyscTet10 = 10,
243  SyscHex8 = 11,
244  SyscHex20 = 12,
245  SyscWedge6 = 13,
246  SyscWedge15 = 14,
249  SyscPolygon = 18,
250  SyscPolyhedron = 19
251 };
252 
253 #ifdef __cplusplus
254 }
255 #endif
SyscElementTypes
Provide an enum for element types.
@ SyscWedge6
@ SyscHex8
@ SyscPyramid13
@ SyscHex20
@ SyscWedge15
@ SyscPyramid5
@ SyscTet10
@ SyscTri3
@ SyscPolyhedron
@ SyscPolygon
@ SyscQuad4
@ SyscTri6
@ SyscQuad8
@ SyscTet4

Connect with Ansys