ansys::dpf::elements Struct Reference
Last update: 10.07.2023
ansys::dpf::elements Struct Reference
#include <dpf_api_base.h>
Static Public Member Functions | |
static ElementDescriptor const & | descriptor (dp_index element_index) |
Detailed Description
Predefined ElementDescriptor.
Member Function Documentation
◆ descriptor()
|
inlinestatic |
- Returns
- ElementDescriptor based on ElementDescriptor id.
- Examples
- DataApis.cpp.
Field Documentation
◆ hex20
|
static |
Quadratic 20-nodes Hexahedron.
◆ hex8
|
static |
Linear 8-nodes Hexahedron.
◆ line2
|
static |
Linear 2-nodes Line.
- Examples
- DataApis.cpp.
◆ line3
|
static |
Quadratic 3-nodes Line.
◆ linears
|
static |
of those elements with no mid-side nodes (excluding shell elements).
◆ point1
|
static |
Point element.
- Examples
- DataApis.cpp, and DataExport.cpp.
◆ polygon
|
static |
Polygon element.
◆ polyhedron
|
static |
Polyhedron element.
◆ pyramid13
|
static |
Quadratic 13-nodes Pyramid.
◆ pyramid5
|
static |
Linear 5-nodes Pyramid.
◆ quad4
|
static |
Linear 4-nodes Quadrangle.
- Examples
- DataApis.cpp.
◆ quad8
|
static |
Quadratic 8-nodes Quadrangle.
◆ quadratics
|
static |
Vector of those elements with mid-side nodes (excluding shell elements).
◆ quadShell4
|
static |
Linear 4-nodes Quadrangle Shell.
- Examples
- DataExport.cpp.
◆ quadShell8
|
static |
Quadratic 8-nodes Quadrangle Shell.
◆ solid_elements
|
static |
Vector of solid/volume elements.
◆ tet10
|
static |
Quadratic 10-nodes Tetrahedron.
◆ tet4
|
static |
Linear 4-nodes Tetrahedron.
- Examples
- DataApis.cpp, and DataExport.cpp.
◆ tri3
|
static |
Linear 3-nodes Triangle.
◆ tri6
|
static |
Quadratic 6-nodes Triangle.
◆ triShell3
|
static |
Linear 3-nodes Triangle Shell.
◆ triShell6
|
static |
Quadratic 6-nodes Triangle Shell.
◆ unknown
|
static |
Unknown element type.
◆ wedge15
|
static |
Quadratic 15-nodes Wedge.
◆ wedge6
|
static |
Linear 6-nodes Wedge.